Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/view/
H A DListViewCaptureHelper.java19 import static com.android.internal.view.ScrollCaptureViewSupport.computeScrollAmount;
83 int scrollAmount = computeScrollAmount(recyclerLocalVisible, adjustedContainerBounds); in onScrollRequested()
H A DScrollCaptureViewSupport.java132 public static int computeScrollAmount(Rect parentVisibleBounds, Rect requested) { in computeScrollAmount() method in ScrollCaptureViewSupport