Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java66 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter() local
DFakeExpandableAdapter.java66 int typeIndex = types.indexOf(viewRef); in createItems() local
/frameworks/base/tools/stats_log_api_gen/
Dnative_writer.cpp26 const int typeIndex, const string& type, const string& valueFieldName) { in write_native_key_value_pairs_for_type()
/frameworks/base/startop/iorap/src/com/google/android/startop/iorap/
DAppLaunchEvent.java336 private static @Nullable Class<?> getClassFromTypeIndex(int typeIndex) { in getClassFromTypeIndex()
/frameworks/base/core/java/android/view/
DPointerIcon.java239 int typeIndex = getSystemIconTypeIndex(type); in getSystemIcon() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp5004 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, in findEntry()
6370 const PackageGroup* packageGroup, int typeIndex, int entryIndex, in getEntry()
6725 uint8_t typeIndex = typeSpec->id - 1; in parsePackage() local
6803 uint8_t typeIndex = type->id - 1; in parsePackage() local
7161 for (size_t typeIndex = 0; typeIndex < packageGroup->types.size(); ++typeIndex) { in createIdmap() local
7449 for (size_t typeIndex = 0; typeIndex < pg->types.size(); typeIndex++) { in print() local
7468 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