Searched refs:outCropRect (Results 1 – 1 of 1) sorted by relevance
1545 public Rect outCropRect = null; in testScaleAndCrop() field in CropListener1562 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()