Searched defs:getIndex (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DDateSorter.java90 public int getIndex(long time) { method in class:DateSorter
99 * @param index date bin index as returned by getIndex()
109 * @param index date bin index as returned by getIndex()
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFReloc.h43 size_t getIndex() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h51 size_t getIndex() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h69 size_t getIndex() const { function in class:ELFSymbol_CRTP
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java106 public int getIndex(int at) { method in class:TypedArray
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java288 public int getIndex() { method in class:PdfRenderer.Page
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintTypedArray.java76 public int getIndex(int at) { method in class:TintTypedArray
77 return mWrapped.getIndex(at);
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java272 private int getIndex(InputMethodInfo imi, InputMethodSubtype subtype) { method in class:InputMethodSubtypeSwitchingController.StaticRotationList
293 final int currentIndex = getIndex(imi, subtype);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java150 public int getIndex() { method in class:PlaybackControlsRow.MultiAction
/frameworks/base/tools/aapt/
H A DResourceTable.h485 int32_t getIndex() const { return mIndex; } function in class:ResourceTable::Type
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp2011 int idx = getIndex(path);
2022 int idx = getIndex(path);
2034 int idx = getIndex(path);
2042 int idx = getIndex(path);
2054 int idx = getIndex(path);
2084 int idx = getIndex(path);
2104 int AssetManager::ZipSet::getIndex(const String8& zip) const function in class:AssetManager::ZipSet
/frameworks/base/media/java/android/media/
H A DAudioService.java1029 int aliasIndex = streamState.getIndex(device);
1095 int oldIndex = mStreamStates[streamType].getIndex(device);
1127 int newIndex = mStreamStates[streamType].getIndex(device);
1147 int index = mStreamStates[streamType].getIndex(device);
1270 oldIndex = streamState.getIndex(device);
1310 index = mStreamStates[streamType].getIndex(device);
1721 int index = mStreamStates[streamType].getIndex(device);
1796 return (mStreamStates[streamType].getIndex(device) + 5) / 10;
2197 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(device);
3025 int index = mStreamStates[AudioSystem.STREAM_MUSIC].getIndex(devic
3645 public int getIndex(int device) { method in class:AudioService.VolumeStreamState
[all...]

Completed in 4327 milliseconds