Searched refs:typeIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeAdapter.java | 67 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter() local 68 if (typeIndex == -1) { in FakeAdapter() 69 typeIndex = mTypes.size(); in FakeAdapter() 75 int index = typeCount[typeIndex]; in FakeAdapter() 76 typeCount[typeIndex] += count; in FakeAdapter() 79 mItems.add(new AdapterItem(dataBindingItem, typeIndex, mItems.size(), index++)); in FakeAdapter()
|
D | FakeExpandableAdapter.java | 66 int typeIndex = types.indexOf(viewRef); in createItems() local 67 if (typeIndex == -1) { in createItems() 68 typeIndex = types.size(); in createItems() 80 int index = typeCount[typeIndex]; in createItems() 81 typeCount[typeIndex] += count; in createItems() 84 AdapterItem item = new AdapterItem(dataBindingItem, typeIndex, mItems.size(), in createItems()
|
/frameworks/rs/api/ |
D | gen_runtime.cpp | 122 int typeIndex; // Index in the TYPES array. member 670 typeIndex = FindCType(rsBaseType); in parseParameterDefinition() 672 if (typeIndex < 0) { in parseParameterDefinition() 676 javaBaseType = TYPES[typeIndex].javaType; in parseParameterDefinition() 677 specType = TYPES[typeIndex].specType; in parseParameterDefinition() 678 isFloatType = TYPES[typeIndex].exponentBits > 0; in parseParameterDefinition() 1469 if (TYPES[param.typeIndex].kind == FLOATING_POINT) { in writeJavaInputAllocationDefinition() 1472 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition() 1476 TYPES[param.typeIndex]); in writeJavaInputAllocationDefinition() 1479 if (TYPES[param.typeIndex].kind != FLOATING_POINT) { in writeJavaInputAllocationDefinition()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 4221 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, in findEntry() argument 4223 const TypeList& typeList = group->types[typeIndex]; in findEntry() 4244 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index()); in findEntry() 4247 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) { in findEntry() 5471 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry() argument 5475 const TypeList& typeList = packageGroup->types[typeIndex]; in getEntry() 5477 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex); in getEntry() 5485 uint8_t actualTypeIndex = typeIndex; in getEntry() 5495 int realTypeIndex = typeIndex; in getEntry() 5513 Res_MAKEID(packageGroup->id - 1, typeIndex, entryIndex), in getEntry() [all …]
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1827 const PackageGroup* packageGroup, int typeIndex, int entryIndex, 1831 uint32_t findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name,
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2328 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE); in getSharedAccountsAsUser() local 2331 cursor.getString(typeIndex))); in getSharedAccountsAsUser()
|