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