Searched defs:getValueAt (Results 1 - 6 of 6) 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.java148 if (getValueAt(index, v)) {
180 if (getValueAt(index, v)) {
252 if (getValueAt(index, v)) {
286 if (getValueAt(index, v)) {
320 if (getValueAt(index, v)) {
355 if (getValueAt(index, v)) {
394 if (getValueAt(index, value)) {
423 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
745 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
770 if (getValueAt(inde
970 private boolean getValueAt(int index, TypedValue outValue) { method in class:TypedArray
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java788 protected long getValueAt(int index) { method in class:ExifTag
/frameworks/base/core/java/com/android/internal/widget/
H A DAutoScrollHelper.java776 mStopValue = getValueAt(currentTime);
785 private float getValueAt(long currentTime) { method in class:AutoScrollHelper.ClampedScroller
822 final float value = getValueAt(currentTime);
/frameworks/support/v4/java/android/support/v4/widget/
H A DAutoScrollHelper.java777 mStopValue = getValueAt(currentTime);
786 private float getValueAt(long currentTime) { method in class:AutoScrollHelper.ClampedScroller
823 final float value = getValueAt(currentTime);

Completed in 259 milliseconds