Searched refs:mAllowGesture (Results 1 – 2 of 2) sorted by relevance
106 private boolean mAllowGesture; field in PipResizeGestureHandler338 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 …]
244 private boolean mAllowGesture = false; field in EdgeBackGestureHandler950 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 …]