Searched refs:testRect (Results 1 – 1 of 1) sorted by relevance
262 public Result coversRegion(Rect testRect) { in coversRegion() argument266 for (int x = testRect.left; x < testRect.right; x++) { in coversRegion()267 for (int y = testRect.top; y < testRect.bottom; y++) { in coversRegion()284 + testRect in coversRegion()302 String info = "Region covered: " + testRect; in coversRegion()