Searched refs:parentVisibleBounds (Results 1 – 1 of 1) sorted by relevance
135 public static int computeScrollAmount(Rect parentVisibleBounds, Rect requested) { in computeScrollAmount() argument136 final int height = parentVisibleBounds.height(); in computeScrollAmount()137 final int top = parentVisibleBounds.top; in computeScrollAmount()138 final int bottom = parentVisibleBounds.bottom; in computeScrollAmount()