Searched defs:getValueAt (Results 1 - 4 of 4) 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/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h88 TValue getValueAt(unsigned int index) { function in class:android::SessionMap
/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/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

Completed in 79 milliseconds