Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
DCarLayoutManager.java136 private CarSmoothScroller mSmoothScroller; field in CarLayoutManager
394 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()) {
/packages/apps/PackageInstaller/src/android/support/wearable/view/
DWearableListView.java834 private RecyclerView.SmoothScroller mSmoothScroller; field in WearableListView.LayoutManager
1125 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()
1129 mSmoothScroller = null; in clearCustomSmoothScroller()
1142 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()