Searched defs:isVideoCaptureIntent (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DVideoController.java29 public boolean isVideoCaptureIntent(); method in interface:VideoController
H A DVideoModule.java361 mIsVideoCaptureIntent = isVideoCaptureIntent();
381 if (isVideoCaptureIntent()) {
576 if (isVideoCaptureIntent()) {
1041 public boolean isVideoCaptureIntent() { method in class:VideoModule
1678 if (isVideoCaptureIntent()) {
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java403 if (isVideoCaptureIntent()) {
444 mIsVideoCaptureIntent = isVideoCaptureIntent();
1103 private boolean isVideoCaptureIntent() { method in class:VideoModule
/packages/apps/LegacyCamera/src/com/android/camera/
H A DVideoCamera.java405 mIsVideoCaptureIntent = isVideoCaptureIntent();
1136 private boolean isVideoCaptureIntent() { method in class:VideoCamera

Completed in 157 milliseconds