Searched refs:isImageCaptureIntent (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DPhotoController.java37 public boolean isImageCaptureIntent(); method in interface:PhotoController
H A DPhotoUI.java245 if (mController.isImageCaptureIntent()) {
355 if (mController.isImageCaptureIntent()) {
483 if (mController.isImageCaptureIntent()) {
H A DPhotoModule.java167 // mCropValue and mSaveUri are used only if isImageCaptureIntent() is true.
440 mIsImageCaptureIntent = isImageCaptureIntent();
494 if (mActivity.isSecureCamera() || isImageCaptureIntent()) {
815 if (isImageCaptureIntent()) {
2331 public boolean isImageCaptureIntent() { method in class:PhotoModule
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java188 // mCropValue and mSaveUri are used only if isImageCaptureIntent() is true.
480 mIsImageCaptureIntent = isImageCaptureIntent();
565 if (isImageCaptureIntent()) {
2231 private boolean isImageCaptureIntent() { method in class:PhotoModule
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java169 // mCropValue and mSaveUri are used only if isImageCaptureIntent() is true.
1130 mIsImageCaptureIntent = isImageCaptureIntent();
2100 private boolean isImageCaptureIntent() { method in class:Camera

Completed in 213 milliseconds