Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java156 private boolean mAllowGesture = false; field in EdgeBackGestureHandler
481 mAllowGesture = false; in cancelGesture()
513 mAllowGesture = !mDisabledForQuickstep && mIsBackGestureAllowed in onMotionEvent()
517 if (mAllowGesture) { in onMotionEvent()
526 } else if (mAllowGesture || mLogGesture) { in onMotionEvent()
531 if (mAllowGesture) { in onMotionEvent()
540 if (mAllowGesture) { in onMotionEvent()
550 if (mAllowGesture) { in onMotionEvent()
557 if (mAllowGesture) { in onMotionEvent()
568 if (mAllowGesture) { in onMotionEvent()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipResizeGestureHandler.java104 private boolean mAllowGesture; field in PipResizeGestureHandler
297 mAllowGesture = isInValidSysUiState() && isWithinTouchRegion((int) x, (int) y); in onMotionEvent()
298 if (mAllowGesture) { in onMotionEvent()
304 } else if (mAllowGesture) { in onMotionEvent()
308 mAllowGesture = false; in onMotionEvent()
351 mAllowGesture = false; in resetState()
366 pw.println(innerPrefix + "mAllowGesture=" + mAllowGesture); in dump()