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

/frameworks/base/core/java/android/webkit/
H A DDateSorter.java91 public int getIndex(long time) { method in class:DateSorter
100 * @param index date bin index as returned by getIndex()
110 * @param index date bin index as returned by getIndex()
/frameworks/compile/linkloader/include/
H A DELFReloc.h44 size_t getIndex() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h52 size_t getIndex() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h71 size_t getIndex() const { function in class:ELFSymbol_CRTP
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java70 public int getIndex(int at) { method in class:TypedArray
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp277 int GraphicBuffer::getIndex() const { function in class:android::GraphicBuffer
/frameworks/base/tools/aapt/
H A DResourceTable.h451 int32_t getIndex() const { return mIndex; } function in class:ResourceTable::Type
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1929 int idx = getIndex(path);
1940 int idx = getIndex(path);
1952 int idx = getIndex(path);
1960 int idx = getIndex(path);
1972 int idx = getIndex(path);
2006 int AssetManager::ZipSet::getIndex(const String8& zip) const function in class:AssetManager::ZipSet
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h439 inline int32_t getIndex() { function in class:android::uirenderer::DisplayList
/frameworks/base/media/java/android/media/
H A DAudioService.java825 final int aliasIndex = streamState.getIndex(device,
837 index = mStreamStates[streamType].getIndex(device,
867 oldIndex = mStreamStates[streamType].getIndex(device,
883 index = mStreamStates[streamType].getIndex(device, true /* lastAudible */);
896 index = mStreamStates[streamType].getIndex(device, false /* lastAudible */);
935 oldIndex = streamState.getIndex(device,
964 index = mStreamStates[streamType].getIndex(device,
1211 index = mStreamStates[streamType].getIndex(device, false /* lastAudible */);
1261 return (mStreamStates[streamType].getIndex(device, true /* lastAudible */) + 5) / 10;
1565 int index = mStreamStates[mStreamVolumeAlias[streamType]].getIndex(devic
2843 public synchronized int getIndex(int device, boolean lastAudible) { method in class:AudioService.VolumeStreamState
[all...]

Completed in 679 milliseconds