Searched refs:startWithOffset (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 5271 mPositionScroller.startWithOffset(position, offset, duration); 5289 mPositionScroller.startWithOffset(position, offset); 7769 public abstract void startWithOffset(int position, int offset); 7770 public abstract void startWithOffset(int position, int offset, int duration); 7927 public void startWithOffset(int position, int offset) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller 7928 startWithOffset(position, offset, SCROLL_DURATION); in startWithOffset() 7932 public void startWithOffset(final int position, int offset, final int duration) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller 7940 startWithOffset(position, postOffset, duration); in startWithOffset()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 64999 Landroid/widget/AbsListView$AbsPositionScroller;->startWithOffset(II)V 65000 Landroid/widget/AbsListView$AbsPositionScroller;->startWithOffset(III)V 65045 Landroid/widget/AbsListView$PositionScroller;->startWithOffset(II)V 65046 Landroid/widget/AbsListView$PositionScroller;->startWithOffset(III)V
|