Home
last modified time | relevance | path

Searched refs:mIsVideoCaptureIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DVideoCamera.java178 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()
[all …]
/packages/apps/Camera2/src/com/android/camera/
DVideoModule.java134 private boolean mIsVideoCaptureIntent; field in VideoModule
353 mIsVideoCaptureIntent = isVideoCaptureIntent(); in init()
407 if (!mIsVideoCaptureIntent) { in takeASnapshot()
657 if (mIsVideoCaptureIntent) { in onStopVideoRecording()
677 if (mIsVideoCaptureIntent) { in onVideoSaved()
712 if (!(mIsVideoCaptureIntent && stop)) { in onShutterButtonClick()
1101 if (mIsVideoCaptureIntent && myExtras != null) { in initializeRecorder()
1508 if (mIsVideoCaptureIntent) { in stopVideoRecording()
1862 !mIsVideoCaptureIntent) { in showVideoSnapshotUI()