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

/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java4653 final SmoothScroller smoothScroller = mLayout.mSmoothScroller;
6813 SmoothScroller mSmoothScroller; field in class:RecyclerView.LayoutManager
7584 if (mSmoothScroller != null && smoothScroller != mSmoothScroller
7585 && mSmoothScroller.isRunning()) {
7586 mSmoothScroller.stop();
7588 mSmoothScroller = smoothScroller;
7589 mSmoothScroller.start(mRecyclerView, this);
7596 return mSmoothScroller != null && mSmoothScroller
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java5002 final SmoothScroller smoothScroller = mLayout.mSmoothScroller;
7358 SmoothScroller mSmoothScroller; field in class:RecyclerView.LayoutManager
8153 if (mSmoothScroller != null && smoothScroller != mSmoothScroller
8154 && mSmoothScroller.isRunning()) {
8155 mSmoothScroller.stop();
8157 mSmoothScroller = smoothScroller;
8158 mSmoothScroller.start(mRecyclerView, this);
8165 return mSmoothScroller != null && mSmoothScroller
[all...]

Completed in 42 milliseconds