Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java326 public void onAspectRatioSelected(AspectRatioSelector.AspectRatio newAspectRatio, in onAspectRatioSelected() argument
600 public void onAspectRatioSelected(AspectRatioSelector.AspectRatio newAspectRatio, in createAspectRatioDialogCallback()
602 if (newAspectRatio == AspectRatioSelector.AspectRatio.ASPECT_RATIO_4x3) { in createAspectRatioDialogCallback()
607 } else if (newAspectRatio == AspectRatioSelector.AspectRatio.ASPECT_RATIO_16x9) { in createAspectRatioDialogCallback()
619 if (newAspectRatio != currentAspectRatio) { in createAspectRatioDialogCallback()