Searched defs:getValueAt (Results 1 - 7 of 7) 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/tools/preload2/src/com/android/preload/
H A DDumpTableModel.java77 public Object getValueAt(int rowIndex, int columnIndex) { method in class:DumpTableModel
/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.java169 if (getValueAt(index, v)) {
206 if (getValueAt(index, v)) {
282 if (getValueAt(index, v)) {
324 if (getValueAt(index, v)) {
363 if (getValueAt(index, v)) {
402 if (getValueAt(index, v)) {
450 if (getValueAt(index, value)) {
458 getValueAt(index, value);
491 if (getValueAt(index*AssetManager.STYLE_NUM_ENTRIES, value)) {
526 if (getValueAt(inde
1190 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 282 milliseconds