Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/util/
DAspectRatio.java50 int simplifiedWidth = width / gcd; in of() local
52 return new AspectRatio(simplifiedWidth, simplifiedHeight); in of()