Searched defs:LinearSmoothScroller (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class in inherits:RecyclerView.SmoothScroller
40 private static final String TAG = "LinearSmoothScroller";
95 public LinearSmoothScroller(Context context) { method in class:LinearSmoothScroller
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSmoothScroller.java36 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class in inherits:RecyclerView.SmoothScroller
38 private static final String TAG = "LinearSmoothScroller";
93 public LinearSmoothScroller(Context context) { method in class:LinearSmoothScroller

Completed in 87 milliseconds