Home
last modified time | relevance | path

Searched defs:getValueAt (Results 1 – 9 of 9) sorted by relevance

/frameworks/layoutlib/bridge/src/android/content/res/
DTypedArray_Delegate.java26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) { in getValueAt() method in TypedArray_Delegate
/frameworks/base/tools/preload2/src/com/android/preload/
DDumpTableModel.java77 public Object getValueAt(int rowIndex, int columnIndex) { in getValueAt() method in DumpTableModel
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
DSimpleStringRecyclerViewAdapter.java54 public String getValueAt(int position) { in getValueAt() method in SimpleStringRecyclerViewAdapter
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
DSessionMap.h88 TValue getValueAt(unsigned int index) { in getValueAt() function
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/adapter/
DSimpleStringAdapter.java55 public String getValueAt(int position) { in getValueAt() method in SimpleStringAdapter
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java788 protected long getValueAt(int index) { in getValueAt() method in ExifTag
/frameworks/support/compat/src/main/java/androidx/core/widget/
DAutoScrollHelper.java799 private float getValueAt(long currentTime) { in getValueAt() method in AutoScrollHelper.ClampedScroller
/frameworks/base/core/java/com/android/internal/widget/
DAutoScrollHelper.java785 private float getValueAt(long currentTime) { in getValueAt() method in AutoScrollHelper.ClampedScroller
/frameworks/base/core/java/android/content/res/
DTypedArray.java1247 private boolean getValueAt(int index, TypedValue outValue) { in getValueAt() method in TypedArray