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

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

Completed in 141 milliseconds