Searched defs:boundInView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java8407 * @param boundInView the portion of the view to test; coordinates should be relative; may be
8410 * region will be stored in this parameter; that is, if boundInView is fully
8418 protected boolean isVisibleToUser(Rect boundInView) { argument
8444 if (boundInView != null) {
8446 return boundInView.intersect(visibleRect);

Completed in 79 milliseconds