Searched defs:onSeekTargetStep (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java120 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
243 // interim target. Since we track the distance travelled in onSeekTargetStep callback, it
H A DRecyclerView.java7556 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
7592 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
7657 onSeekTargetStep(dx, dy, mRecyclerView.mState, mRecyclingAction);
7733 abstract protected void onSeekTargetStep(int dx, int dy, State state, Action action); method in class:RecyclerView.SmoothScroller

Completed in 111 milliseconds