Searched refs:mSmoothScroller (Results 1 – 2 of 2) sorted by relevance
134 private CarSmoothScroller mSmoothScroller; field in CarLayoutManager383 mSmoothScroller = new CarSmoothScroller(mContext, position); in smoothScrollToPosition()384 mSmoothScroller.setTargetPosition(position); in smoothScrollToPosition()385 startSmoothScroll(mSmoothScroller); in smoothScrollToPosition()413 mSmoothScroller = null; in onScrollStateChanged()743 if (mSmoothScroller != null) { in settleScrollForFling()744 parent.smoothScrollToPosition(mSmoothScroller.getTargetPosition()); in settleScrollForFling()858 if (mSmoothScroller != null) {860 && adjacentRowPosition >= mSmoothScroller.getTargetPosition()) {863 && 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()