Home
last modified time | relevance | path

Searched refs:getAspectRatio (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java348 public static Rational getAspectRatio(Size size) { in getAspectRatio() method in ResolutionUtil
395 Rational aspectRatio = getAspectRatio(size); in getLargestPictureSize()
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DImageResolver.java95 Point adjusted = getAdjustedSize(img.getAspectRatio(), width, height); in getBitmap()
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DImageResolver.java80 Point adjusted = getAdjustedSize(img.getAspectRatio(), width, height); in getBitmap()
/packages/apps/Gallery2/src/com/android/photos/drawables/
DAutoThumbnailDrawable.java189 public float getAspectRatio() { in getAspectRatio() method in AutoThumbnailDrawable