Searched defs:type (Results 101 - 125 of 726) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java35 * This data type represents a child position
40 * This data type represents a group position
62 * What type of position this ExpandableListPosition represents
64 public int type; field in class:ExpandableListPosition
70 type = 0;
77 if (type == CHILD) return ExpandableListView.getPackedPositionForChild(groupPos, childPos);
98 elp.type = CHILD;
101 elp.type = GROUP;
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { argument
108 elp.type
[all...]
/frameworks/base/core/jni/android/graphics/
H A DDrawFilter.cpp44 virtual bool filter(SkPaint* paint, Type type) { argument
45 SkPaintFlagsDrawFilter::filter(paint, type);
/frameworks/base/core/jni/
H A Dandroid_backup_BackupDataInput.cpp58 int type = 0; local
60 err = reader->ReadNextHeader(&done, &type);
69 switch (type) {
85 ALOGD("Unknown header type: 0x%08x\n", type);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DActionBarContainerTest.java85 View originalView, ActionMode.Callback callback, int type) {
87 return super.startActionModeForChild(originalView, callback, type);
84 startActionModeForChild( View originalView, ActionMode.Callback callback, int type) argument
/frameworks/base/libs/androidfw/tests/
H A DBackupData_test.cpp90 int type; local
91 reader->ReadNextHeader(&done, &type);
92 EXPECT_EQ(BACKUP_HEADER_ENTITY_V1, type)
93 << "wrong type from ReadNextHeader";
129 int type; local
134 reader->ReadNextHeader(&done, &type);
141 reader->ReadNextHeader(&done, &type);
142 EXPECT_EQ(BACKUP_HEADER_ENTITY_V1, type)
143 << "wrong type from ReadNextHeader";
179 int type; local
231 int type; local
272 int type; local
332 int type; local
398 int type; local
[all...]
/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp162 uint32_t width, uint32_t height, BufferType type) {
163 if (type == kBufferType_Auto && Caches::getInstance().gpuPixelBuffersEnabled) {
161 create(GLenum format, uint32_t width, uint32_t height, BufferType type) argument
/frameworks/base/media/java/android/media/
H A DAudioDevicePort.java22 * The AudioDevicePort is a specialized type of AudioPort
28 * - the device type (e.g AudioManager.DEVICE_OUT_SPEAKER)
41 int[] formats, AudioGain[] gains, int type, String address) {
43 (AudioManager.isInputDevice(type) == true) ?
46 mType = type;
51 * Get the device type (e.g AudioManager.DEVICE_OUT_SPEAKER)
53 public int type() { method in class:AudioDevicePort
58 * Get the device address. Address format varies with the device type.
87 if (mType != other.type()) {
101 String type
39 AudioDevicePort(AudioHandle handle, String deviceName, int[] samplingRates, int[] channelMasks, int[] channelIndexMasks, int[] formats, AudioGain[] gains, int type, String address) argument
[all...]
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java200 private static String mixTypeId(int type) { argument
201 if (type == AudioMix.MIX_TYPE_PLAYERS) return "p";
202 else if (type == AudioMix.MIX_TYPE_RECORDERS) return "r";
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java55 * Return the type as defined by OpenGL ES of the supplied bitmap, if there
57 * a valid OpenGL ES type.
58 * @throws IllegalArgumentException if the bitmap does not have a type.
60 * @return the OpenGL ES type of the bitmap.
71 throw new IllegalArgumentException("Unknown type");
112 * A version of texImage2D() that takes an explicit type parameter
113 * as defined by the OpenGL ES specification. The actual type and
115 * type and internalformat parameters.
121 * @param type
125 Bitmap bitmap, int type, in
124 texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
206 texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
272 native_texImage2D(int target, int level, int internalformat, Bitmap bitmap, int type, int border) argument
274 native_texSubImage2D(int target, int level, int xoffset, int yoffset, Bitmap bitmap, int format, int type) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DBasePermission.java36 final int type; field in class:BasePermission
59 type = _type;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java37 // The type of window this token is for, as per WindowManager.LayoutParams.
70 WindowToken(WindowManagerService _service, IBinder _token, int type, boolean _explicit) { argument
73 windowType = type;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java116 private static Bitmap convertToFrameType(Bitmap bitmap, FrameType type) { argument
119 switch(type.getElementId()) {
124 throw new RuntimeException("Could not convert bitmap to frame-type " +
130 throw new IllegalArgumentException("Unsupported frame type '" + type + "' for " +
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java109 TestWebData(int length, int lastModified, String name, String type, boolean isDir) { argument
113 testType = type;
126 // The MIME type to assume for this test
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/
H A DMusicProvider.java185 public MatrixCursor getRootItemCursor(int type) { argument
186 if (type == BrowserService.NOW_PLAYING) {
212 } else if (type == BrowserService.PIANO) {
237 } else if (type == BrowserService.VOICE) {
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java56 public Builder setObjectConst(Type type) { argument
57 mShader.mPerObjConstants = type;
61 public Builder setShaderConst(Type type) { argument
62 mShader.mPerShaderConstants = type;
H A DVertexShader.java52 public Builder setObjectConst(Type type) { argument
53 mShader.mPerObjConstants = type;
57 public Builder setShaderConst(Type type) { argument
58 mShader.mPerShaderConstants = type;
/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp48 const android::String16& type,
52 hashable += type;
59 const android::String16& type,
62 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);
85 const android::String16& type,
90 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);
47 makeHashableName(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic) argument
58 lookup(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic) argument
84 store(const android::String16& package, const android::String16& type, const android::String16& name, bool onlyPublic, uint32_t resId) argument
/frameworks/base/tools/aapt2/
H A DBindingXmlPullParser.h60 std::string type; member in struct:aapt::BindingXmlPullParser::VarDecl
65 std::string type; member in struct:aapt::BindingXmlPullParser::Import
H A DDebug.cpp34 std::cout << "(attr) type=";
98 for (const auto& type : *table) {
99 std::cout << " type " << type->type;
100 if (type->typeId != ResourceTableType::kUnsetTypeId) {
101 std::cout << " id=" << std::hex << type->typeId << std::dec;
103 std::cout << " entryCount=" << type->entries.size() << std::endl;
106 for (const auto& entry : type->entries) {
115 ResourceId id = { table->getPackageId(), type
153 const ResourceTableType* type; local
[all...]
H A DResourceTableResolver.cpp71 mangledName.type = name.type;
82 const ResourceTableType* type; local
84 std::tie(type, entry) = mTable->findResource(*nameToSearch);
85 if (type && entry) {
88 type->typeId != ResourceTableType::kUnsetTypeId &&
90 result.id = ResourceId(mTable->getPackageId(), type->typeId, entry->entryId);
112 const ResourceType* type = parseResourceType(StringPiece16(resourceName.type, local
114 assert(type);
181 const ResourceType* type = parseResourceType( local
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java35 protected AdapterItem(DataBindingItem item, int type, int fullPosition, argument
38 mType = type;
/frameworks/base/tools/preload/
H A DProc.java91 Operation.Type type) {
93 this, loadedClass, time, operationCount++, type);
90 startOperation(int threadId, LoadedClass loadedClass, long time, Operation.Type type) argument
H A DRecord.java95 final Type type; field in class:Record
112 case '>': type = Type.START_LOAD; break;
113 case '<': type = Type.END_LOAD; break;
114 case '+': type = Type.START_INIT; break;
115 case '-': type = Type.END_INIT; break;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h36 // FIXME: use SizeTrait<32> or SizeTrait<64> instead of big type
78 unsigned int type() const { function in class:mcld::LDSymbol
80 return m_pResolveInfo->type();
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h44 Type type() const { return m_Type; } function in class:mcld::Assignment

Completed in 2023 milliseconds

1234567891011>>