Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipResizeGestureHandler.java89 private boolean mAllowGesture; field in PipResizeGestureHandler
258 return mAllowGesture; in isResizing()
266 mOngoingPinchToResize = mAllowGesture; in willStartResizeGesture()
267 return mAllowGesture; in willStartResizeGesture()
295 mAllowGesture = false; in onPinchResize()
309 mAllowGesture = true; in onPinchResize()
465 mAllowGesture = false;
521 pw.println(innerPrefix + "mAllowGesture=" + mAllowGesture);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipResizeGestureHandler.java93 private boolean mAllowGesture; field in PipResizeGestureHandler
270 return mAllowGesture; in isResizing()
277 mOngoingPinchToResize = mAllowGesture; in willStartResizeGesture()
278 return mAllowGesture; in willStartResizeGesture()
305 mAllowGesture = false; in onPinchResize()
318 mAllowGesture = true; in onPinchResize()
463 mAllowGesture = false; in resetState()
578 pw.println(innerPrefix + "mAllowGesture=" + mAllowGesture); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java254 private boolean mAllowGesture = false; field in EdgeBackGestureHandler
957 mAllowGesture = false; in cancelGesture()
1030 mAllowGesture = isBackAllowedCommon && trackpadGesturesEnabled in onMotionEvent()
1033 mAllowGesture = isBackAllowedCommon && !mUsingThreeButtonNav && isWithinInsets in onMotionEvent()
1037 if (mAllowGesture) { in onMotionEvent()
1056 curTime, curTimeStr, mAllowGesture, mIsTrackpadThreeFingerSwipe, in onMotionEvent()
1062 } else if (mAllowGesture || mLogGesture) { in onMotionEvent()
1067 if (mAllowGesture) { in onMotionEvent()
1087 if (mAllowGesture) { in onMotionEvent()
1103 if (mAllowGesture) { in onMotionEvent()
[all …]