Searched refs:typeIndex (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java66 int typeIndex = mTypes.indexOf(viewRef);
67 if (typeIndex == -1) {
68 typeIndex = mTypes.size();
74 int index = typeCount[typeIndex];
75 typeCount[typeIndex] += count;
78 mItems.add(new AdapterItem(dataBindingItem, typeIndex, mItems.size(), index++));
H A DFakeExpandableAdapter.java66 int typeIndex = types.indexOf(viewRef);
67 if (typeIndex == -1) {
68 typeIndex = types.size();
80 int index = typeCount[typeIndex];
81 typeCount[typeIndex] += count;
84 AdapterItem item = new AdapterItem(dataBindingItem, typeIndex, mItems.size(),
/frameworks/base/core/java/android/view/
H A DPointerIcon.java207 int typeIndex = getSystemIconTypeIndex(type);
208 if (typeIndex == 0) {
209 typeIndex = getSystemIconTypeIndex(TYPE_DEFAULT);
217 int resourceId = a.getResourceId(typeIndex, -1);
/frameworks/rs/api/
H A DSpecification.cpp149 typeIndex = findCType(rsBaseType);
215 if (typeIndex >= 0) {
216 javaBaseType = TYPES[typeIndex].javaType;
217 specType = TYPES[typeIndex].specType;
218 isFloatType = TYPES[typeIndex].exponentBits > 0;
221 if (typeIndex < 0 || TYPES[typeIndex].kind != FLOATING_POINT) {
728 if (def->typeIndex < 0 && mTest != "none") {
H A DGenerateTestFiles.cpp318 if (TYPES[param.typeIndex].kind == FLOATING_POINT) {
321 TYPES[param.typeIndex]);
325 TYPES[param.typeIndex]);
682 if (p.typeIndex >= 0) {
683 mJava->indent() << "Arrays.fill(" << p.javaArrayName << ", (" << TYPES[p.typeIndex].javaType
H A DSpecification.h113 int typeIndex; // Index in the TYPES array. Negative if not found in the array. member in struct:ParameterDefinition
/frameworks/base/include/androidfw/
H A DResourceTypes.h1914 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
1918 uint32_t findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4661 uint32_t ResTable::findEntry(const PackageGroup* group, ssize_t typeIndex, const char16_t* name, argument
4663 const TypeList& typeList = group->types[typeIndex];
4684 uint32_t resId = Res_MAKEID(group->id - 1, typeIndex, iter.index());
4687 if (getEntry(group, typeIndex, iter.index(), NULL, &result) != NO_ERROR) {
5965 const PackageGroup* packageGroup, int typeIndex, int entryIndex,
5969 const TypeList& typeList = packageGroup->types[typeIndex];
5971 ALOGV("Skipping entry type index 0x%02x because type is NULL!\n", typeIndex);
5979 uint8_t actualTypeIndex = typeIndex;
5989 int realTypeIndex = typeIndex;
6007 Res_MAKEID(packageGroup->id - 1, typeIndex, entryInde
5964 getEntry( const PackageGroup* packageGroup, int typeIndex, int entryIndex, const ResTable_config* config, Entry* outEntry) const argument
6289 uint8_t typeIndex = typeSpec->id - 1; local
6357 uint8_t typeIndex = type->id - 1; local
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3936 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE);
3939 cursor.getString(typeIndex)));

Completed in 226 milliseconds