Searched defs:drawBounds (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java16567 private void getHorizontalScrollBarBounds(@Nullable Rect drawBounds, argument
16569 final Rect bounds = drawBounds != null ? drawBounds : touchBounds;
16624 private void getStraightVerticalScrollBarBounds(@Nullable Rect drawBounds, argument
16626 final Rect bounds = drawBounds != null ? drawBounds : touchBounds;

Completed in 67 milliseconds