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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearSmoothScroller.java125 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
246 // interim target. Since we track the distance travelled in onSeekTargetStep callback, it
H A DRecyclerView.java10349 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
10387 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
10453 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
10541 abstract protected void onSeekTargetStep(int dx, int dy, State state, Action action); method in class:RecyclerView.SmoothScroller

Completed in 93 milliseconds