Searched refs:mSmoothScroller (Results 1 – 1 of 1) sorted by relevance
4654 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()6815 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager7586 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()7587 && mSmoothScroller.isRunning()) { in startSmoothScroll()7588 mSmoothScroller.stop(); in startSmoothScroll()7590 mSmoothScroller = smoothScroller; in startSmoothScroll()7591 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()7598 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()7725 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()7726 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()[all …]