Searched refs:isCaptureIntent (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DAppUi.java34 * @param isCaptureIntent Whether the app is in capture intent mode.
36 public void init(View root, boolean isSecureCamera, boolean isCaptureIntent); argument
H A DCameraAppUI.java755 boolean isCaptureIntent) {
758 mIsCaptureIntent = isCaptureIntent;
754 CameraAppUI(AppController controller, MainActivityLayout appRootView, boolean isCaptureIntent) argument
/packages/apps/Camera2/src/com/android/camera/module/
H A DModuleController.java51 * @param isCaptureIntent Whether the app is in capture intent mode.
53 public void init(CameraActivity activity, boolean isSecureCamera, boolean isCaptureIntent); argument
/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java1307 private boolean isCaptureIntent() { method in class:CameraActivity
1466 (MainActivityLayout) findViewById(R.id.activity_root_view), isCaptureIntent());
1501 mCurrentModule.init(this, isSecureCamera(), isCaptureIntent());
1505 if (!isCaptureIntent()) {
1686 if (!isCaptureIntent()) {
1894 if (!isCaptureIntent() && mCurrentModeIndex != modeIndex) {
2378 module.init(this, isSecureCamera(), isCaptureIntent());
2501 if (isCaptureIntent()) {
H A DCaptureModule.java289 public void init(CameraActivity activity, boolean isSecureCamera, boolean isCaptureIntent) { argument
H A DPhotoModule.java416 public void init(CameraActivity activity, boolean isSecureCamera, boolean isCaptureIntent) { argument
H A DVideoModule.java334 public void init(CameraActivity activity, boolean isSecureCamera, boolean isCaptureIntent) { argument

Completed in 429 milliseconds