Searched refs:rectCreator (Results 1 – 1 of 1) sorted by relevance
527 BiFunction<Integer, Integer, Rect> rectCreator = (width, height) -> { in testPostProcess() local542 Rect r = rectCreator.apply(drawable.getIntrinsicWidth(), in testPostProcess()570 canvas.drawRect(rectCreator.apply(canvas.getWidth(), in testPostProcess()