Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A 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()
4872 if (smoothScroller != null) { in run()
4873 if (smoothScroller.isPendingInitialRun()) { in run()
4874 smoothScroller.onAnimation(0, 0); in run()
7706 public void startSmoothScroll(SmoothScroller smoothScroller) { in startSmoothScroll() argument
7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()
7711 mSmoothScroller = smoothScroller; in startSmoothScroll()
[all …]