Searched defs:getValueAt (Results 1 - 11 of 11) 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/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DSimpleStringRecyclerViewAdapter.java55 public String getValueAt(int position) { method in class:SimpleStringRecyclerViewAdapter
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DSimpleStringRecyclerViewAdapter.java55 public String getValueAt(int position) { method in class:SimpleStringRecyclerViewAdapter
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java51 public String getValueAt(int position) { method in class:SimpleStringAdapter
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
H A DSimpleStringAdapter.java51 public String getValueAt(int position) { method in class:SimpleStringAdapter
/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/core-ui/java/android/support/v4/widget/
H A DAutoScrollHelper.java780 mStopValue = getValueAt(currentTime);
789 private float getValueAt(long currentTime) { method in class:AutoScrollHelper.ClampedScroller
826 final float value = getValueAt(currentTime);

Completed in 1007 milliseconds