Searched refs:includedBounds (Results 1 – 2 of 2) sorted by relevance
55 List<Rectangle> includedBounds = viewHierarchy.getIncludedBounds(); in paint() local56 if (includedBounds == null || includedBounds.size() == 0) { in paint()76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds); in paint()
686 List<Rectangle> includedBounds = new ArrayList<Rectangle>(); in create() local689 includedBounds.add(vi.getAbsRect()); in create()741 return Pair.of(rootView, includedBounds); in create()