Searched refs:smoothScroller (Results 1 – 1 of 1) sorted by relevance
4775 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run() local4804 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() argument7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()7711 mSmoothScroller = smoothScroller; in startSmoothScroll()[all …]