Searched refs:mIsCaptureIntent (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DMainActivityLayout.java48 private final boolean mIsCaptureIntent; field in class:MainActivityLayout
62 mIsCaptureIntent = (MediaStore.ACTION_IMAGE_CAPTURE.equals(action)
100 if (mIsCaptureIntent || !mSwipeEnabled) {
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java484 private final boolean mIsCaptureIntent; field in class:CameraAppUI
741 || mIsCaptureIntent
781 mIsCaptureIntent = isCaptureIntent;
1019 (!mIsCaptureIntent && mAccessibilityUtil.isAccessibilityEnabled()) ? View.VISIBLE
1063 if (!mIsCaptureIntent) {
1087 if (!mIsCaptureIntent && mAccessibilityUtil.isAccessibilityEnabled()) {
2105 if (bottomBarSpec.hideHdr || mIsCaptureIntent) {

Completed in 77 milliseconds