HomeSort by relevance Sort by last modified time
    Searched refs:mIsVideoCaptureIntent (Results 1 - 3 of 3) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 178 private boolean mIsVideoCaptureIntent;
405 mIsVideoCaptureIntent = isVideoCaptureIntent();
407 if (mIsVideoCaptureIntent) {
641 if (mIsVideoCaptureIntent) {
672 if (!(mIsVideoCaptureIntent && stop)) {
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 158 private boolean mIsVideoCaptureIntent;
444 mIsVideoCaptureIntent = isVideoCaptureIntent();
446 mActivity.reuseCameraScreenNail(!mIsVideoCaptureIntent);
448 mActivity.createCameraScreenNail(!mIsVideoCaptureIntent);
638 if (mIsVideoCaptureIntent) {
679 if (!(mIsVideoCaptureIntent && stop)) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 136 private boolean mIsVideoCaptureIntent;
359 mIsVideoCaptureIntent = isVideoCaptureIntent();
413 if (!mIsVideoCaptureIntent) {
658 if (mIsVideoCaptureIntent) {
679 if (mIsVideoCaptureIntent) {
714 if (!(mIsVideoCaptureIntent && stop)) {
    [all...]

Completed in 54 milliseconds