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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java4304 void startWithOffset(int position, int offset) { method in class:AbsListView.PositionScroller
4305 startWithOffset(position, offset, SCROLL_DURATION);
4308 void startWithOffset(final int position, int offset, final int duration) { method in class:AbsListView.PositionScroller
4316 startWithOffset(position, postOffset, duration);
4649 mPositionScroller.startWithOffset(position, offset, duration);
4667 mPositionScroller.startWithOffset(position, offset);

Completed in 707 milliseconds