Searched refs:getValueAt (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/content/res/ |
D | TypedArray.java | 100 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/ |
D | TypedArray_Delegate.java | 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
|
/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
D | SessionMap.h | 88 TValue getValueAt(unsigned int index) { in getValueAt() function
|
/frameworks/native/include/utils/ |
D | GenerationCache.h | 71 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/ |
D | PathCache.cpp | 63 removeTexture(mCache.getValueAt(i)); in remove()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
D | FwdLockEngine.cpp | 71 DecodeSession *session = (DecodeSession*) decodeSessionMap.getValueAt(i); in ~FwdLockEngine() 78 ConvertSession *convSession = (ConvertSession*) convertSessionMap.getValueAt(i); in ~FwdLockEngine()
|
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.cpp | 213 bytes += mCache.getKeyAt(i).getSize() + mCache.getValueAt(i)->getSize(); in dumpCacheStats()
|