Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java66 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter() local
DFakeExpandableAdapter.java65 int typeIndex = types.indexOf(viewRef); in createItems() local
/frameworks/base/services/people/java/com/android/server/people/data/
DSmsQueryHelper.java87 int typeIndex = cursor.getColumnIndex(Sms.TYPE); in querySince() local
DCallLogQueryHelper.java88 int typeIndex = cursor.getColumnIndex(Calls.TYPE); in querySince() local
DMmsQueryHelper.java126 int typeIndex = cursor.getColumnIndex(Mms.Addr.TYPE); in getMmsAddress() local
/frameworks/base/core/java/android/view/
DPointerIcon.java268 int typeIndex = getSystemIconTypeIndex(type); in getLoadedSystemIcon() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5244 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, in findEntry()
6635 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry()
6994 uint8_t typeIndex = typeSpec->id - 1; in parsePackage() local
7073 uint8_t typeIndex = type->id - 1; in parsePackage() local
7439 for (size_t typeIndex = 0; typeIndex < packageGroup->types.size(); ++typeIndex) { in createIdmap() local
7727 for (size_t typeIndex = 0; typeIndex < pg->types.size(); typeIndex++) { in print() local
7746 for (size_t typeIndex = 0; typeIndex < pg->types.size(); typeIndex++) { in print() local
/frameworks/rs/script_api/
DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array. member
/frameworks/av/media/codec2/core/include/
DC2Param.h208 inline type_index_t typeIndex() const { return mIndex & TYPE_INDEX_MASK; } in typeIndex() function
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountsDb.java736 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE); in getSharedAccounts() local