Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java106 private boolean mAllowGesture; field in PipResizeGestureHandler
338 return mAllowGesture; in isResizing()
353 mOngoingPinchToResize = mAllowGesture; in willStartResizeGesture()
354 return mAllowGesture; in willStartResizeGesture()
410 mAllowGesture = false; in onPinchResize()
423 mAllowGesture = true; in onPinchResize()
482 if (mAllowGesture) { in onDragCornerResize()
487 } else if (mAllowGesture) { in onDragCornerResize()
491 mAllowGesture = false; in onDragCornerResize()
620 mAllowGesture = false;
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java244 private boolean mAllowGesture = false; field in EdgeBackGestureHandler
950 mAllowGesture = false; in cancelGesture()
1022 mAllowGesture = isBackAllowedCommon && isValidTrackpadBackGesture( in onMotionEvent()
1029 if (mAllowGesture) { in onMotionEvent()
1054 } else if (mAllowGesture || mLogGesture) { in onMotionEvent()
1059 if (mAllowGesture) { in onMotionEvent()
1079 if (mAllowGesture) { in onMotionEvent()
1095 if (mAllowGesture) { in onMotionEvent()
1106 if (mAllowGesture) { in onMotionEvent()
1122 if (mAllowGesture) { in onMotionEvent()
[all …]