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

/frameworks/base/core/java/android/view/
H A DView.java8953 * @param boundInView the portion of the view to test; coordinates should be relative; may be
8956 * region will be stored in this parameter; that is, if boundInView is fully
8964 protected boolean isVisibleToUser(Rect boundInView) { argument
8990 if (boundInView != null) {
8992 return boundInView.intersect(visibleRect);
[all...]

Completed in 87 milliseconds