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()
881 if (!mIsVideoCaptureIntent) { in doOnResume()
968 if (mIsVideoCaptureIntent) { in finishRecorderAndCloseCamera()
1001 if (!mIsVideoCaptureIntent && mThumbnail != null && !mThumbnail.fromFile()) { in onPause()
1127 if (mIsVideoCaptureIntent) { in onCreateOptionsMenu()
1180 if (mIsVideoCaptureIntent && myExtras != null) { in initializeRecorder()
1327 if (mIsVideoCaptureIntent && myExtras != null) { in initializeEffectsRecording()
1722 if (!mIsVideoCaptureIntent) { in stopVideoRecording()
2008 if (mIsVideoCaptureIntent) { in onEffectsUpdate()
2122 if (mIsVideoCaptureIntent) { in onSharedPreferenceChanged()
2346 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) { in initializeVideoSnapshot()
2358 if (mParameters.isVideoSnapshotSupported() && !mIsVideoCaptureIntent) { in showVideoSnapshotUI()