Searched refs:mIsImageCaptureIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java215 private boolean mIsImageCaptureIntent; field in class:Camera
372 if (!mIsImageCaptureIntent) { // no thumbnail in image capture intent
454 if (!mIsImageCaptureIntent) {
594 if (!mIsImageCaptureIntent) {
775 if (!mIsImageCaptureIntent) {
780 if (!mIsImageCaptureIntent) {
1130 mIsImageCaptureIntent = isImageCaptureIntent();
1132 if (mIsImageCaptureIntent) {
1179 if (mIsImageCaptureIntent) {
1595 if (!mIsImageCaptureIntent
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java240 private boolean mIsImageCaptureIntent; field in class:PhotoModule
480 mIsImageCaptureIntent = isImageCaptureIntent();
482 mActivity.reuseCameraScreenNail(!mIsImageCaptureIntent);
484 mActivity.createCameraScreenNail(!mIsImageCaptureIntent);
962 if (ApiHelper.HAS_SURFACE_TEXTURE && !mIsImageCaptureIntent
968 if (!mIsImageCaptureIntent) {
979 if (!mIsImageCaptureIntent) {
1108 if (ApiHelper.HAS_SURFACE_TEXTURE && !mIsImageCaptureIntent
1462 && !mIsImageCaptureIntent) {
1627 if (mIsImageCaptureIntent) {
[all...]
/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java196 private boolean mIsImageCaptureIntent; field in class:PhotoModule
403 mIsImageCaptureIntent = isImageCaptureIntent();
442 if (mIsImageCaptureIntent) {
671 if (mIsImageCaptureIntent) {
872 if (mIsImageCaptureIntent) {
897 if (!mIsImageCaptureIntent) {
953 if (!mIsImageCaptureIntent) {
1107 if (!mIsImageCaptureIntent) {
1409 if (!mIsImageCaptureIntent) {

Completed in 37 milliseconds