Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java1426 public Rect outCropRect = null; in testScaleAndCrop() field in CropListener
1443 outCropRect = new Rect(scaledWidth / 2, scaledHeight / 2, in testScaleAndCrop()
1445 decoder.setCrop(outCropRect); in testScaleAndCrop()
1460 assertNotNull(l.outCropRect); in testScaleAndCrop()
1461 assertEquals(l.outCropRect.width(), oneStepBm.getWidth()); in testScaleAndCrop()
1462 assertEquals(l.outCropRect.height(), oneStepBm.getHeight()); in testScaleAndCrop()
1463 Rect cropRect = new Rect(l.outCropRect); in testScaleAndCrop()