Searched refs:mSmoothScroller (Results 1 – 2 of 2) sorted by relevance
835 private RecyclerView.SmoothScroller mSmoothScroller; field in WearableListView.LayoutManager1126 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()1130 mSmoothScroller = null; in clearCustomSmoothScroller()1143 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()
6936 SmoothScroller mSmoothScroller; field in RecyclerView.LayoutManager7707 if (mSmoothScroller != null && smoothScroller != mSmoothScroller in startSmoothScroll()7708 && mSmoothScroller.isRunning()) { in startSmoothScroll()7709 mSmoothScroller.stop(); in startSmoothScroll()7711 mSmoothScroller = smoothScroller; in startSmoothScroll()7719 return mSmoothScroller != null && mSmoothScroller.isRunning(); in isSmoothScrolling()7846 if (mSmoothScroller != null && mSmoothScroller.isRunning()) { in addViewInt()9398 if (mSmoothScroller != null) { in stopSmoothScroller()9399 mSmoothScroller.stop(); in stopSmoothScroller()9404 if (mSmoothScroller == smoothScroller) { in onSmoothScrollerStopped()[all …]