Searched refs:mIsVideoCaptureIntent (Results 1 – 2 of 2) sorted by relevance
178 private boolean mIsVideoCaptureIntent; field in VideoCamera405 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()[all …]
134 private boolean mIsVideoCaptureIntent; field in VideoModule356 mIsVideoCaptureIntent = isVideoCaptureIntent(); in init()410 if (!mIsVideoCaptureIntent) { in takeASnapshot()660 if (mIsVideoCaptureIntent) { in onStopVideoRecording()680 if (mIsVideoCaptureIntent) { in onVideoSaved()715 if (!(mIsVideoCaptureIntent && stop)) { in onShutterButtonClick()1113 if (mIsVideoCaptureIntent && myExtras != null) { in initializeRecorder()1532 } else if (mIsVideoCaptureIntent) { in stopVideoRecording()1883 !mIsVideoCaptureIntent) { in showVideoSnapshotUI()