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

  /packages/apps/Camera2/src/com/android/camera/
VideoController.java 29 public boolean isVideoCaptureIntent();
VideoUI.java 207 if (mController.isVideoCaptureIntent()) {
583 if (!mController.isVideoCaptureIntent()) {
VideoModule.java 347 mIsVideoCaptureIntent = isVideoCaptureIntent();
881 public boolean isVideoCaptureIntent() {
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 403 if (isVideoCaptureIntent()) {
444 mIsVideoCaptureIntent = isVideoCaptureIntent();
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 405 mIsVideoCaptureIntent = isVideoCaptureIntent();
    [all...]

Completed in 101 milliseconds