Lines Matching refs:mIsVideoCaptureIntent
178 private boolean mIsVideoCaptureIntent; field in VideoCamera
405 mIsVideoCaptureIntent = isVideoCaptureIntent(); in onCreate()
407 if (mIsVideoCaptureIntent) { in onCreate()
641 if (mIsVideoCaptureIntent) { in onStopVideoRecording()
672 if (!(mIsVideoCaptureIntent && stop)) { in onShutterButtonClick()
882 if (!mIsVideoCaptureIntent) { in doOnResume()
969 if (mIsVideoCaptureIntent) { in finishRecorderAndCloseCamera()
1002 if (!mIsVideoCaptureIntent && mThumbnail != null && !mThumbnail.fromFile()) { in onPause()
1128 if (mIsVideoCaptureIntent) { in onCreateOptionsMenu()
1181 if (mIsVideoCaptureIntent && myExtras != null) { in initializeRecorder()
1328 if (mIsVideoCaptureIntent && myExtras != null) { in initializeEffectsRecording()
1723 if (!mIsVideoCaptureIntent) { in stopVideoRecording()
2009 if (mIsVideoCaptureIntent) { in onEffectsUpdate()
2123 if (mIsVideoCaptureIntent) { in onSharedPreferenceChanged()
2347 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) { in initializeVideoSnapshot()
2359 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) { in showVideoSnapshotUI()