Searched defs:mIsVideoCaptureIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoModule.java138 private boolean mIsVideoCaptureIntent; field in class:VideoModule
361 mIsVideoCaptureIntent = isVideoCaptureIntent();
415 if (!mIsVideoCaptureIntent) {
659 if (mIsVideoCaptureIntent) {
680 if (mIsVideoCaptureIntent) {
709 if (!(mIsVideoCaptureIntent && stop)) {
1084 if (mIsVideoCaptureIntent && myExtras != null) {
1465 } else if (mIsVideoCaptureIntent) {
1806 !mIsVideoCaptureIntent) {
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java158 private boolean mIsVideoCaptureIntent; field in class:VideoModule
444 mIsVideoCaptureIntent = isVideoCaptureIntent();
446 mActivity.reuseCameraScreenNail(!mIsVideoCaptureIntent);
448 mActivity.createCameraScreenNail(!mIsVideoCaptureIntent);
638 if (mIsVideoCaptureIntent) {
679 if (!(mIsVideoCaptureIntent && stop)) {
1175 if (mIsVideoCaptureIntent && myExtras != null) {
1330 if (mIsVideoCaptureIntent && myExtras != null) {
1748 if (!mIsVideoCaptureIntent) {
2040 if (mIsVideoCaptureIntent) {
[all...]
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java178 private boolean mIsVideoCaptureIntent; field in class:VideoCamera
405 mIsVideoCaptureIntent = isVideoCaptureIntent();
407 if (mIsVideoCaptureIntent) {
641 if (mIsVideoCaptureIntent) {
672 if (!(mIsVideoCaptureIntent && stop)) {
881 if (!mIsVideoCaptureIntent) {
968 if (mIsVideoCaptureIntent) {
1001 if (!mIsVideoCaptureIntent && mThumbnail != null && !mThumbnail.fromFile()) {
1127 if (mIsVideoCaptureIntent) {
1180 if (mIsVideoCaptureIntent
[all...]

Completed in 36 milliseconds