Searched refs:shouldShowAspectRatioDialog (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DFirstRunDialog.java106 } else if (shouldShowAspectRatioDialog()) {
143 private boolean shouldShowAspectRatioDialog() { method in class:FirstRunDialog
144 return mAppController.getCameraAppUI().shouldShowAspectRatioDialog();
224 if (shouldShowAspectRatioDialog()) {
H A DCameraAppUI.java2272 public boolean shouldShowAspectRatioDialog() { method in class:CameraAppUI
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java392 if (mAppController.getCameraAppUI().shouldShowAspectRatioDialog()) {

Completed in 71 milliseconds