Searched refs:mAllowGesture (Results 1 – 2 of 2) sorted by relevance
156 private boolean mAllowGesture = false; field in EdgeBackGestureHandler481 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 …]
104 private boolean mAllowGesture; field in PipResizeGestureHandler297 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()