Home
last modified time | relevance | path

Searched refs:rectangle (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeOverlayTest.java43 private void checkSubtract(Rectangle rectangle, List<Rectangle> holes) { in checkSubtract() argument
44 Collection<Rectangle> result = IncludeOverlay.subtractRectangles(rectangle, holes); in checkSubtract()
50 int x = random.nextInt(rectangle.width); in checkSubtract()
51 int y = random.nextInt(rectangle.height); in checkSubtract()
69 fail("Wrong result at (" + x + "," + y + ") for rectangle=" + rectangle in checkSubtract()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeOverlay.java103 Rectangle rectangle, Collection<Rectangle> holes) { in subtractRectangles() argument
105 result.add(rectangle); in subtractRectangles()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable2-expected-completion52.txt2 <corners /> : Describes the corners for the rectangle shape of a GradientDrawable.