Home
last modified time | relevance | path

Searched refs:startWithOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java4979 mPositionScroller.startWithOffset(position, offset, duration);
4997 mPositionScroller.startWithOffset(position, offset);
7385 public abstract void startWithOffset(int position, int offset);
7386 public abstract void startWithOffset(int position, int offset, int duration);
7543 public void startWithOffset(int position, int offset) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller
7544 startWithOffset(position, offset, SCROLL_DURATION); in startWithOffset()
7548 public void startWithOffset(final int position, int offset, final int duration) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller
7556 startWithOffset(position, postOffset, duration); in startWithOffset()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80071 Landroid/widget/AbsListView$AbsPositionScroller;->startWithOffset(II)V
80072 Landroid/widget/AbsListView$AbsPositionScroller;->startWithOffset(III)V
80117 Landroid/widget/AbsListView$PositionScroller;->startWithOffset(II)V
80118 Landroid/widget/AbsListView$PositionScroller;->startWithOffset(III)V