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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java4562 final SmoothScroller smoothScroller = mLayout.mSmoothScroller;
6575 SmoothScroller mSmoothScroller; field in class:RecyclerView.LayoutManager
7265 if (mSmoothScroller != null && smoothScroller != mSmoothScroller
7266 && mSmoothScroller.isRunning()) {
7267 mSmoothScroller.stop();
7269 mSmoothScroller = smoothScroller;
7270 mSmoothScroller.start(mRecyclerView, this);
7277 return mSmoothScroller != null && mSmoothScroller
[all...]

Completed in 27 milliseconds