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.java1545 public Rect outCropRect = null; in testScaleAndCrop() field in CropListener
1562 outCropRect = new Rect(scaledWidth / 2, scaledHeight / 2, in testScaleAndCrop()
1564 decoder.setCrop(outCropRect); in testScaleAndCrop()
1579 assertNotNull(l.outCropRect); in testScaleAndCrop()
1580 assertEquals(l.outCropRect.width(), oneStepBm.getWidth()); in testScaleAndCrop()
1581 assertEquals(l.outCropRect.height(), oneStepBm.getHeight()); in testScaleAndCrop()
1582 Rect cropRect = new Rect(l.outCropRect); in testScaleAndCrop()