Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java527 BiFunction<Integer, Integer, Rect> rectCreator = (width, height) -> { in testPostProcess() local
542 Rect r = rectCreator.apply(drawable.getIntrinsicWidth(), in testPostProcess()
570 canvas.drawRect(rectCreator.apply(canvas.getWidth(), in testPostProcess()