Home
last modified time | relevance | path

Searched defs:typeIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java67 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter() local
DFakeExpandableAdapter.java66 int typeIndex = types.indexOf(viewRef); in createItems() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5439 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry()
5738 uint8_t typeIndex = typeSpec->id - 1; in parsePackage() local
5805 uint8_t typeIndex = type->id - 1; in parsePackage() local
6034 for (size_t typeIndex = 0; typeIndex < pg->types.size(); ++typeIndex) { in createIdmap() local
6338 for (size_t typeIndex=0; typeIndex < pg->types.size(); typeIndex++) { in print() local
/frameworks/rs/api/
Dgen_runtime.cpp122 int typeIndex; // Index in the TYPES array. member
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2297 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE); in getSharedAccountsAsUser() local