Home
last modified time | relevance | path

Searched refs:getValueAt (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/res/
DTypedArray.java100 if (getValueAt(index, v)) { in getText()
128 if (getValueAt(index, v)) { in getString()
192 if (getValueAt(index, v)) { in getNonConfigurationString()
222 if (getValueAt(index, v)) { in getBoolean()
252 if (getValueAt(index, v)) { in getInt()
283 if (getValueAt(index, v)) { in getFloat()
318 if (getValueAt(index, value)) { in getColor()
341 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getColorStateList()
591 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getDrawable()
618 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) { in getTextArray()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
DSessionMap.h88 TValue getValueAt(unsigned int index) { in getValueAt() function
/frameworks/native/include/utils/
DGenerationCache.h71 const V& getValueAt(size_t index) const;
145 const V& GenerationCache<K, V>::getValueAt(size_t index) const { in getValueAt() function
/frameworks/base/libs/hwui/
DPathCache.cpp63 removeTexture(mCache.getValueAt(i)); in remove()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); in ~FwdLockEngine()
78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); in ~FwdLockEngine()
/frameworks/base/core/jni/android/graphics/
DTextLayoutCache.cpp213 bytes += mCache.getKeyAt(i).getSize() + mCache.getValueAt(i)->getSize(); in dumpCacheStats()