Searched refs:allRects (Results 1 – 1 of 1) sorted by relevance
575 Rect[] allRects = null; in getBoundingRects() local584 if (allRects == null) { in getBoundingRects()585 allRects = rects; in getBoundingRects()587 final Rect[] concat = new Rect[allRects.length + rects.length]; in getBoundingRects()588 System.arraycopy(allRects, 0, concat, 0, allRects.length); in getBoundingRects()589 System.arraycopy(rects, 0, concat, allRects.length, rects.length); in getBoundingRects()590 allRects = concat; in getBoundingRects()593 if (allRects == null) { in getBoundingRects()596 return Arrays.asList(allRects); in getBoundingRects()