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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeAdapter.java67 int typeIndex = mTypes.indexOf(viewRef);
68 if (typeIndex == -1) {
69 typeIndex = mTypes.size();
75 int index = typeCount[typeIndex];
76 typeCount[typeIndex] += count;
79 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/av/media/libstagefright/
H A DMediaCodecList.cpp415 ssize_t typeIndex = mTypes.indexOfKey(type); local
417 if (typeIndex < 0) {
421 uint32_t typeMask = 1ul << mTypes.valueAt(typeIndex);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1577 const Package* package, int typeIndex, int entryIndex,
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1923 int typeIndex = cursor.getColumnIndex(ACCOUNTS_TYPE);
1926 cursor.getString(typeIndex)));

Completed in 1950 milliseconds