Searched refs:mThresholdCrossed (Results 1 – 4 of 4) sorted by relevance
102 private boolean mThresholdCrossed = false; field in DeviceLockedInputConsumer150 if (!mThresholdCrossed) { in onMotionEvent()163 if (!mThresholdCrossed) { in onMotionEvent()185 if (mThresholdCrossed && ev.getAction() == ACTION_UP) { in finishTouchTracking()224 mThresholdCrossed = true; in startRecentsTransition()279 return !mThresholdCrossed; in allowInterceptByParent()
109 private boolean mThresholdCrossed; field in PipResizeGestureHandler432 if (!mThresholdCrossed in onPinchResize()436 mThresholdCrossed = true; in onPinchResize()446 if (mThresholdCrossed) { in onPinchResize()478 if (!mThresholdCrossed in onDragCornerResize()480 mThresholdCrossed = true; in onDragCornerResize()485 if (mThresholdCrossed) { in onDragCornerResize()563 mThresholdCrossed = false;622 pw.println(innerPrefix + "mThresholdCrossed=" + mThresholdCrossed);
60 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler188 mThresholdCrossed = false; in onMotionEvent()191 if (!mThresholdCrossed) { in onMotionEvent()207 mThresholdCrossed = true; in onMotionEvent()
220 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler768 mThresholdCrossed = false; in onMotionEvent()779 if (!mThresholdCrossed) { in onMotionEvent()823 mThresholdCrossed = true; in onMotionEvent()