Home
last modified time | relevance | path

Searched refs:mSwipeEnabled (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DMainActivityLayout.java53 private boolean mSwipeEnabled = true; field in MainActivityLayout
73 mSwipeEnabled = enabled; in setSwipeEnabled()
100 if (mIsCaptureIntent || !mSwipeEnabled) { in onInterceptTouchEvent()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java494 private boolean mSwipeEnabled = true; field in CameraAppUI
743 || !mSwipeEnabled) { in onScroll()
910 mSwipeEnabled = enabled; in setSwipeEnabled()