Searched refs:onSeekTargetStep (Results 1 - 6 of 6) sorted by relevance
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
H A D | RecyclerViewSmoothScrollerTest.java | 75 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, method in class:RecyclerViewSmoothScrollerTest.MockSmoothScroller
|
H A D | RecyclerViewLayoutTest.java | 3149 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state,
|
/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearSmoothScroller.java | 125 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 D | RecyclerView.java | 10622 * {@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 D | LinearSmoothScroller.java | 123 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 D | RecyclerView.java | 11470 * {@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