Searched defs:mIndex (Results 26 - 33 of 33) sorted by relevance

12

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java20 private int mIndex; field in class:MediaCodecInfo
23 mIndex = index;
30 return MediaCodecList.getCodecName(mIndex);
37 return MediaCodecList.isEncoder(mIndex);
44 return MediaCodecList.getSupportedTypes(mIndex);
211 return MediaCodecList.getCodecCapabilities(mIndex, type);
H A DAudioService.java2613 private final ConcurrentHashMap<Integer, Integer> mIndex = field in class:AudioService.VolumeStreamState
2663 mIndex.put(AudioSystem.DEVICE_OUT_DEFAULT, index);
2680 mIndex.put(device, mIndexMax);
2737 mIndex.put(device, getValidIndex(10 * index));
2755 Set set = mIndex.entrySet();
2783 mIndex.put(device, getValidIndex(index));
2819 indexes = mIndex;
2864 return mIndex;
2887 Set set = mIndex.entrySet();
2945 Set set = mIndex
[all...]
/frameworks/base/core/java/android/app/
H A DFragment.java50 final int mIndex; field in class:FragmentState
65 mIndex = frag.mIndex;
77 mIndex = in.readInt();
103 mInstance.setIndex(mIndex, parent);
124 dest.writeInt(mIndex);
372 int mIndex = -1; field in class:Fragment
620 mIndex = index;
622 mWho = parent.mWho + ":" + mIndex;
624 mWho = "android:fragment:" + mIndex;
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java1287 private int mIndex; field in class:SQLiteConnection.OperationLog
1292 final int index = (mIndex + 1) % MAX_RECENT_OPERATIONS;
1324 mIndex = index;
1392 final Operation operation = mOperations[mIndex];
1405 int index = mIndex;
/frameworks/base/core/java/android/webkit/
H A DZoomManager.java781 private int mIndex; field in class:ZoomManager.FocusMovementQueue
787 mIndex = 0;
793 mIndex = 0;
804 mSum -= mQueue[mIndex];
806 mQueue[mIndex] = focusDelta;
807 mIndex = (mIndex + 1) % QUEUE_CAPACITY;
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java50 final int mIndex; field in class:FragmentState
65 mIndex = frag.mIndex;
77 mIndex = in.readInt();
103 mInstance.setIndex(mIndex, parent);
125 dest.writeInt(mIndex);
182 int mIndex = -1; field in class:Fragment
429 mIndex = index;
431 mWho = parent.mWho + ":" + mIndex;
433 mWho = "android:fragment:" + mIndex;
[all...]
/frameworks/wilhelm/src/
H A Ditfstruct.h384 SLuint32 mIndex; member in struct:__anon1654
/frameworks/base/services/input/
H A DInputReader.h994 ssize_t mIndex; member in class:android::VibratorInputMapper

Completed in 157 milliseconds

12