Searched refs:startWithOffset (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 4860 mPositionScroller.startWithOffset(position, offset, duration); 4878 mPositionScroller.startWithOffset(position, offset); 7162 public abstract void startWithOffset(int position, int offset); 7163 public abstract void startWithOffset(int position, int offset, int duration); 7320 public void startWithOffset(int position, int offset) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller 7321 startWithOffset(position, offset, SCROLL_DURATION); in startWithOffset() 7325 public void startWithOffset(final int position, int offset, final int duration) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller 7333 startWithOffset(position, postOffset, duration); in startWithOffset()
|