Searched refs:mSmoothScroller (Results 1 – 2 of 2) sorted by relevance
4653 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()6813 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager7584 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()7585 && mSmoothScroller.isRunning()) { in startSmoothScroll()7586 mSmoothScroller.stop(); in startSmoothScroll()7588 mSmoothScroller = smoothScroller; in startSmoothScroll()7589 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()7596 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()7723 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()7724 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()[all …]
5002 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()7358 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager8153 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()8154 && mSmoothScroller.isRunning()) { in startSmoothScroll()8155 mSmoothScroller.stop(); in startSmoothScroll()8157 mSmoothScroller = smoothScroller; in startSmoothScroll()8158 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()8165 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()8292 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()8293 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()[all …]