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.java4337 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()
6274 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
6917 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()
6918 && mSmoothScroller.isRunning()) { in startSmoothScroll()
6919 mSmoothScroller.stop(); in startSmoothScroll()
6921 mSmoothScroller = smoothScroller; in startSmoothScroll()
6922 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()
6929 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()
7056 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()
7057 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()
[all …]