Home
last modified time | relevance | path

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

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