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

/frameworks/base/core/java/com/android/internal/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.java10629 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
10667 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
10733 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
10821 protected abstract void onSeekTargetStep(int dx, int dy, State state, Action action); method in class:RecyclerView.SmoothScroller
/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.java11113 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
11151 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
11217 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
11305 protected abstract void onSeekTargetStep(int dx, int dy, State state, Action action); method in class:RecyclerView.SmoothScroller

Completed in 160 milliseconds