Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLinearSmoothScroller.java38 public class LinearSmoothScroller extends RecyclerView.SmoothScroller { class
95 public LinearSmoothScroller(Context context) { in LinearSmoothScroller() method in LinearSmoothScroller
DLinearLayoutManager.java436 LinearSmoothScroller linearSmoothScroller = in smoothScrollToPosition()
437 new LinearSmoothScroller(recyclerView.getContext()); in smoothScrollToPosition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java36 import androidx.recyclerview.widget.LinearSmoothScroller;
353 protected LinearSmoothScroller createScroller(LayoutManager layoutManager) {
354 return new LinearSmoothScroller(getContext()) {