Searched refs:mSmoothScroller (Results 1 – 1 of 1) sorted by relevance
4775 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()6936 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()7708 && mSmoothScroller.isRunning()) { in startSmoothScroll()7709 mSmoothScroller.stop(); in startSmoothScroll()7711 mSmoothScroller = smoothScroller; in startSmoothScroll()7712 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()7719 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()7846 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()7847 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()[all …]