Searched refs:rectangle (Results 1 – 3 of 3) sorted by relevance
43 private void checkSubtract(Rectangle rectangle, List<Rectangle> holes) { in checkSubtract() argument44 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()
103 Rectangle rectangle, Collection<Rectangle> holes) { in subtractRectangles() argument105 result.add(rectangle); in subtractRectangles()
2 <corners /> : Describes the corners for the rectangle shape of a GradientDrawable.