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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DRecyclerViewSmoothScrollerTest.java75 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, method in class:RecyclerViewSmoothScrollerTest.MockSmoothScroller
H A DRecyclerViewLayoutTest.java3149 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state,
/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.java10622 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
10660 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
10726 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
10814 protected abstract void onSeekTargetStep(int dx, int dy, State state, Action action); method in class:RecyclerView.SmoothScroller
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSmoothScroller.java123 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { method in class:LinearSmoothScroller
124 // TODO(b/72745539): Is there ever a time when onSeekTargetStep should be called when
247 // interim target. Since we track the distance travelled in onSeekTargetStep callback, it
H A DRecyclerView.java11470 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)} until
11539 * {@link #onSeekTargetStep(int, int, RecyclerView.State, SmoothScroller.Action)}.
11626 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction);
11716 protected abstract void onSeekTargetStep(@Px int dx, @Px int dy, @NonNull State state, method in class:RecyclerView.SmoothScroller

Completed in 87 milliseconds