Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
DWearableListView.java593 public void smoothScrollToPosition(int position, RecyclerView.SmoothScroller smoothScroller) { in smoothScrollToPosition()
835 private RecyclerView.SmoothScroller mSmoothScroller;
837 private RecyclerView.SmoothScroller mDefaultSmoothScroller;
1125 public void setCustomSmoothScroller(RecyclerView.SmoothScroller smoothScroller) { in setCustomSmoothScroller()
1133 public RecyclerView.SmoothScroller getDefaultSmoothScroller(RecyclerView recyclerView) { in getDefaultSmoothScroller()
1135 mDefaultSmoothScroller = new SmoothScroller( in getDefaultSmoothScroller()
1143 RecyclerView.SmoothScroller scroller = mSmoothScroller; in smoothScrollToPosition()
1302 private static class SmoothScroller extends LinearSmoothScroller { class in WearableListView
1308 public SmoothScroller(Context context, WearableListView.LayoutManager manager) { in SmoothScroller() method in WearableListView.SmoothScroller
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/widget/
DPagedSnapHelper.java186 protected RecyclerView.SmoothScroller createScroller(RecyclerView.LayoutManager layoutManager) { in createScroller()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DCarUiSnapHelper.java258 protected RecyclerView.SmoothScroller createScroller(@NonNull LayoutManager layoutManager) { in createScroller()