Searched refs:computeScrollAmount (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.internal.view.ScrollCaptureViewSupport.computeScrollAmount;93 int scrollAmount = computeScrollAmount(recyclerLocalVisible, adjustedContainerBounds); in onScrollRequested()
135 public static int computeScrollAmount(Rect parentVisibleBounds, Rect requested) { in computeScrollAmount() method in ScrollCaptureViewSupport