Searched defs:viewBounds (Results 1 – 6 of 6) sorted by relevance
115 static boolean isInAreas(Collection<Rect> areas, Rect viewBounds) { in isInAreas()128 static boolean isInArea(Rect area, Rect viewBounds) { in isInArea()
75 private val View.viewBounds: Rect constant
381 private val View.viewBounds: Rect constant
49 private final Rect viewBounds = new Rect(); field in Illustration
75 NotificationIconColorLookup { viewBounds: Rect -> in <lambda>() method
364 final ViewBounds viewBounds = new ViewBounds(view); in createAnimator() local