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.java4775 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run() local
4804 if (smoothScroller != null && !smoothScroller.isPendingInitialRun() in run()
4805 && smoothScroller.isRunning()) { in run()
4808 smoothScroller.stop(); in run()
4809 } else if (smoothScroller.getTargetPosition() >= adapterSize) { in run()
4810 smoothScroller.setTargetPosition(adapterSize - 1); in run()
4811 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4813 smoothScroller.onAnimation(dx - overscrollX, dy - overscrollY); in run()
4872 if (smoothScroller != null) { in run()
4873 if (smoothScroller.isPendingInitialRun()) { in run()
[all …]