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.java112 } else if (shouldShowAspectRatioDialog()) { in showIfNecessary()
149 private boolean shouldShowAspectRatioDialog() { in shouldShowAspectRatioDialog() method in FirstRunDialog
150 return mAppController.getCameraAppUI().shouldShowAspectRatioDialog(); in shouldShowAspectRatioDialog()
245 if (shouldShowAspectRatioDialog()) { in promptLocationPreferenceDialog()
DCameraAppUI.java2273 public boolean shouldShowAspectRatioDialog() {
/packages/apps/Camera2/src/com/android/camera/
DPhotoModule.java392 if (mAppController.getCameraAppUI().shouldShowAspectRatioDialog()) { in init()