Home
last modified time | relevance | path

Searched refs:includedBounds (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeOverlay.java55 List<Rectangle> includedBounds = viewHierarchy.getIncludedBounds(); in paint() local
56 if (includedBounds == null || includedBounds.size() == 0) { in paint()
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds); in paint()
DCanvasViewInfo.java686 List<Rectangle> includedBounds = new ArrayList<Rectangle>(); in create() local
689 includedBounds.add(vi.getAbsRect()); in create()
741 return Pair.of(rootView, includedBounds); in create()