Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java593 public void smoothScrollToPosition(int position, RecyclerView.SmoothScroller smoothScroller) { in smoothScrollToPosition() argument
595 layoutManager.setCustomSmoothScroller(smoothScroller); in smoothScrollToPosition()
1125 public void setCustomSmoothScroller(RecyclerView.SmoothScroller smoothScroller) { in setCustomSmoothScroller() argument
1126 mSmoothScroller = smoothScroller; in setCustomSmoothScroller()