Searched refs:ZoomedCropRegion (Results 1 – 2 of 2) sorted by relevance
27 public class ZoomedCropRegion implements Supplier<Rect> { class31 public ZoomedCropRegion(Rect sensorArrayArea, Supplier<Float> zoom) { in ZoomedCropRegion() method in ZoomedCropRegion
116 Supplier<Rect> cropRegion = new ZoomedCropRegion( in BasicCameraFactory()