OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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