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/base/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h88 TValue getValueAt(unsigned int index) { function in class:android::SessionMap
/frameworks/base/include/utils/
H A DGenerationCache.h73 V getValueAt(uint32_t index) const;
143 V GenerationCache<K, V>::getValueAt(uint32_t index) const { function in class:android::GenerationCache
/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...]

Completed in 200 milliseconds