Home
last modified time | relevance | path

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

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