Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4654 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run() local
4683 if (smoothScroller != null && !smoothScroller.isPendingInitialRun() in run()
4684 && smoothScroller.isRunning()) { in run()
4687 smoothScroller.stop(); in run()
4688 } else if (smoothScroller.getTargetPosition() >= adapterSize) { in run()
4689 smoothScroller.setTargetPosition(adapterSize - 1); in run()
4690 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4692 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4751 if (smoothScroller != null) { in run()
4752 if (smoothScroller.isPendingInitialRun()) { in run()
[all …]