Home
last modified time | relevance | path

Searched refs:onSeekTargetStep (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java125 protected void onSeekTargetStep(int dx, int dy, RecyclerView.State state, Action action) { in onSeekTargetStep() method in LinearSmoothScroller
DRecyclerView.java10728 onSeekTargetStep(dx, dy, recyclerView.mState, mRecyclingAction); in onAnimation()
10816 protected abstract void onSeekTargetStep(int dx, int dy, State state, Action action); in onSeekTargetStep() method in RecyclerView.SmoothScroller