Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java4703 mPositionScroller.startWithOffset(position, offset, duration);
4721 mPositionScroller.startWithOffset(position, offset);
6964 public abstract void startWithOffset(int position, int offset);
6965 public abstract void startWithOffset(int position, int offset, int duration);
7122 public void startWithOffset(int position, int offset) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller
7123 startWithOffset(position, offset, SCROLL_DURATION); in startWithOffset()
7127 public void startWithOffset(final int position, int offset, final int duration) { in startWithOffset() method in AbsListView.FlingRunnable.PositionScroller
7135 startWithOffset(position, postOffset, duration); in startWithOffset()