Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java835 private RecyclerView.SmoothScroller mSmoothScroller; field in WearableListView.LayoutManager
1126 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()
1130 mSmoothScroller = null; in clearCustomSmoothScroller()
1143 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()