Home
last modified time | relevance | path

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

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