Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DScrollCaptureViewSupport.java135 public static int computeScrollAmount(Rect parentVisibleBounds, Rect requested) { in computeScrollAmount() argument
136 final int height = parentVisibleBounds.height(); in computeScrollAmount()
137 final int top = parentVisibleBounds.top; in computeScrollAmount()
138 final int bottom = parentVisibleBounds.bottom; in computeScrollAmount()