Home
last modified time | relevance | path

Searched defs:getValueAt (Results 1 – 4 of 4) sorted by relevance

/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/base/drm/libdrmframework/plugins/common/util/include/
DSessionMap.h88 TValue getValueAt(unsigned int index) { in getValueAt() function
/frameworks/base/include/utils/
DGenerationCache.h143 V GenerationCache<K, V>::getValueAt(uint32_t index) const { in getValueAt() function
/frameworks/base/core/java/android/content/res/
DTypedArray.java699 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt() method in TypedArray