Searched defs:guaranteedSafeCrop (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskImageContainer.java225 public Rect guaranteedSafeCrop(ImageProxy image, @Nullable Rect crop) { method in class:TaskImageContainer
226 return guaranteedSafeCrop(image.getWidth(), image.getHeight(), crop);
244 public Rect guaranteedSafeCrop(int width, int height, @Nullable Rect crop) { method in class:TaskImageContainer

Completed in 50 milliseconds