Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java4653 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()
6813 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
7584 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 …]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java5002 final SmoothScroller smoothScroller = mLayout.mSmoothScroller; in run()
7358 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager
8153 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 …]