Searched refs:mAllowGesture (Results 1 – 3 of 3) sorted by relevance
89 private boolean mAllowGesture; field in PipResizeGestureHandler258 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);
93 private boolean mAllowGesture; field in PipResizeGestureHandler270 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()
254 private boolean mAllowGesture = false; field in EdgeBackGestureHandler957 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 …]