Home
last modified time | relevance | path

Searched defs:sourceWidth (Results 1 – 1 of 1) sorted by relevance

/camera/camera-core/src/main/java/androidx/camera/core/internal/utils/
DImageUtil.java358 int sourceWidth = sourceSize.getWidth(); in computeCropRectFromAspectRatio() local
425 int sourceWidth = sourceSize.getWidth(); in isCropAspectRatioHasEffect() local
475 public static boolean shouldCropImage(int sourceWidth, int sourceHeight, int cropRectWidth, in shouldCropImage()