Searched refs:mSmoothScroller (Results 1 – 2 of 2) sorted by relevance
136 private CarSmoothScroller mSmoothScroller; field in CarLayoutManager394 mSmoothScroller = new CarSmoothScroller(mContext, position); in smoothScrollToPosition()395 mSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()396 startSmoothScroll(mSmoothScroller); in smoothScrollToPosition()424 mSmoothScroller = null; in onScrollStateChanged()754 if (mSmoothScroller != null) { in settleScrollForFling()755 parent.smoothScrollToPosition(mSmoothScroller.getTargetPosition()); in settleScrollForFling()869 if (mSmoothScroller != null) {871 && adjacentRowPosition >= mSmoothScroller.getTargetPosition()) {874 && adjacentRowPosition <= mSmoothScroller.getTargetPosition()) {
834 private RecyclerView.SmoothScroller mSmoothScroller; field in WearableListView.LayoutManager1125 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()1129 mSmoothScroller = null; in clearCustomSmoothScroller()1142 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()