Searched refs:getIndex (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/rs/cpu_ref/linkloader/include/impl/
H A DELFReloc.hxx88 << this->getIndex() << '\n';
95 << this->getIndex() << " : " << '\n';
H A DELFSectionHeader.hxx73 << this->getIndex() << '\n';
80 << this->getIndex() << " : " << '\n';
H A DELFSymbol.hxx35 size_t const index = shtab.getByName(std::string(".strtab"))->getIndex();
83 << this->getIndex() << '\n';
90 << this->getIndex() << " : " << '\n';
H A DELFObject.hxx111 size_t idx = getSectionHeaderTable()->getByName(str)->getIndex();
/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/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/support/v17/leanback/src/android/support/v17/leanback/app/
H A DPlaybackControlGlue.java607 if (mFastForwardAction.getIndex() != index) {
620 if (mRewindAction.getIndex() != index) {
641 if (mPlayPauseAction.getIndex() != index) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java67 int attr = a.getIndex(i);
/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/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java288 public int getIndex() { method in class:PdfRenderer.Page
/frameworks/base/include/androidfw/
H A DAssetManager.h360 int getIndex(const String8& zip) const;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPseudoGridView.java49 int attr = a.getIndex(i);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUserAvatarView.java59 int attr = a.getIndex(i);
/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...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java101 int attr = a.getIndex(i);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java146 final int attr = a.getIndex(i);
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java106 public int getIndex(int at) { method in class:TypedArray
/frameworks/base/tools/aapt/
H A DResourceTable.h485 int32_t getIndex() const { return mIndex; } function in class:ResourceTable::Type
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java150 public int getIndex() { method in class:PlaybackControlsRow.MultiAction
/frameworks/base/core/java/android/preference/
H A DPreference.java219 int attr = a.getIndex(i);
/frameworks/base/core/java/android/widget/
H A DFastScroller.java335 final int index = ta.getIndex(i);

Completed in 443 milliseconds

12