Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DDisplayShapeTests.java132 final RectF actualRect = getBoundsFromPath(shape.getPath()); in testDisplayShapeOnVirtualDisplay() local
133 assertEquals(expectRect, actualRect); in testDisplayShapeOnVirtualDisplay()
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java534 Rect actualRect = new Rect(rect2); in compressRects() local
535 actual = compressDecompress(image, actualRect); in compressRects()
537 Rect expectedRect = sameRect ? actualRect : rect1; in compressRects()
DBitmapRegionDecoderTest.java823 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight); in compareRegionByRegion() local
825 actual = cropBitmap(actual, actualRect); in compareRegionByRegion()