Home
last modified time | relevance | path

Searched refs:mSmoothScroller (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3043 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()
4789 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
5121 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 …]