Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4775 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()
6936 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()
7708 && mSmoothScroller.isRunning()) { in startSmoothScroll()
7709 mSmoothScroller.stop(); in startSmoothScroll()
7711 mSmoothScroller = smoothScroller; in startSmoothScroll()
7712 mSmoothScroller.start(mRecyclerView, this); in startSmoothScroll()
7719 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()
7846 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()
7847 mSmoothScroller.onChildAttachedToWindow(child); in addViewInt()
[all …]