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.java162 if (getValueAt(index, v)) {
199 if (getValueAt(index, v)) {
272 if (getValueAt(index, v)) {
314 if (getValueAt(index, v)) {
353 if (getValueAt(index, v)) {
392 if (getValueAt(index, v)) {
438 if (getValueAt(index, value)) {
446 getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value);
480 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
520 getValueAt(inde
1130 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 318 milliseconds