OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:includedBounds
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java
55
List<Rectangle>
includedBounds
= viewHierarchy.getIncludedBounds();
56
if (
includedBounds
== null ||
includedBounds
.size() == 0) {
76
Collection<Rectangle> masks = subtractRectangles(whole,
includedBounds
);
CanvasViewInfo.java
686
List<Rectangle>
includedBounds
= new ArrayList<Rectangle>();
689
includedBounds
.add(vi.getAbsRect());
741
return Pair.of(rootView,
includedBounds
);
[
all
...]
Completed in 737 milliseconds