OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mIsVideoCaptureIntent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
120
private boolean
mIsVideoCaptureIntent
;
347
mIsVideoCaptureIntent
= isVideoCaptureIntent();
386
if (CameraUtil.isVideoSnapshotSupported(mParameters) && !
mIsVideoCaptureIntent
) {
492
if (
mIsVideoCaptureIntent
) {
514
if (
mIsVideoCaptureIntent
) {
539
if (!(
mIsVideoCaptureIntent
&& stop)) {
[
all
...]
/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
...]
Completed in 60 milliseconds