Searched refs:mSmoothScroller (Results 1 – 1 of 1) sorted by relevance
3043 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()4789 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager5121 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()5122 && mSmoothScroller.isRunning()) { in startSmoothScroll()5123 mSmoothScroller.stop(); in startSmoothScroll()5125 mSmoothScroller = smoothScroller; in startSmoothScroll()5126 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()5133 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()5260 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()5261 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()[all …]