Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/
H A DCaptureIntentModuleUI.java49 private final CameraAppUI mAppUI; field in CaptureIntentModuleUI
89 mAppUI = appUI; in CaptureIntentModuleUI()
119 return new Size(mAppUI.getSurfaceWidth(), mAppUI.getSurfaceHeight()); in getPreviewSurfaceSize()
183 mAppUI.onPreviewStarted(); in onPreviewStarted()
218 mAppUI.transitionToCancel(); in startCountdown()
248 mAppUI.hideModeOptions(); in showPictureReviewUI()
249 mAppUI.disableModeOptions(); in showPictureReviewUI()
263 mAppUI.syncModeOptionIndicators(); in showPictureCaptureUI()
264 mAppUI.enableModeOptions(); in showPictureCaptureUI()
265 mAppUI.showModeOptions(); in showPictureCaptureUI()
[all …]