Lines Matching refs:getCameraAppUI
354 mAppController.getCameraAppUI().freezeScreenUntilPreviewReady(); in switchToGcamCapture()
392 if (mAppController.getCameraAppUI().shouldShowAspectRatioDialog()) { in init()
431 mAppController.getCameraAppUI().transitionToCapture(); in cancelCountDown()
432 mAppController.getCameraAppUI().showModeOptions(); in cancelCountDown()
443 mActivity.getCameraAppUI().transitionToIntentCaptureLayout(); in initializeControlByIntent()
600 mActivity.getCameraAppUI().transitionToIntentCaptureLayout();
1208 mAppController.getCameraAppUI().showAccessibilityZoomUI( in onCameraAvailable()
1390 mAppController.getCameraAppUI().transitionToCancel(); in onShutterButtonClick()
1391 mAppController.getCameraAppUI().hideModeOptions(); in onShutterButtonClick()
1430 mAppController.getCameraAppUI().transitionToCapture(); in onCountDownFinished()
1431 mAppController.getCameraAppUI().showModeOptions(); in onCountDownFinished()
1660 !mActivity.getCameraAppUI().isInIntentReview()) { in onKeyDown()
1692 !mActivity.getCameraAppUI().isInIntentReview()) { in onKeyUp()
1762 SurfaceTexture st = mActivity.getCameraAppUI().getSurfaceTexture(); in checkPreviewPreconditions()
1809 mCameraDevice.setPreviewTexture(mActivity.getCameraAppUI().getSurfaceTexture()); in startPreview()