OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsVideoCaptureIntent
(Results
1 - 2
of
2
) 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/Camera2/src/com/android/camera/
VideoModule.java
134
private boolean
mIsVideoCaptureIntent
;
356
mIsVideoCaptureIntent
= isVideoCaptureIntent();
410
if (!
mIsVideoCaptureIntent
) {
660
if (
mIsVideoCaptureIntent
) {
680
if (
mIsVideoCaptureIntent
) {
715
if (!(
mIsVideoCaptureIntent
&& stop)) {
[
all
...]
Completed in 961 milliseconds