Searched refs:mThresholdCrossed (Results 1 – 4 of 4) sorted by relevance
94 private boolean mThresholdCrossed; field in PipResizeGestureHandler341 if (!mThresholdCrossed in onPinchResize()345 mThresholdCrossed = true; in onPinchResize()355 if (mThresholdCrossed) { in onPinchResize()466 mThresholdCrossed = false;525 pw.println(innerPrefix + "mThresholdCrossed=" + mThresholdCrossed);
98 private boolean mThresholdCrossed; field in PipResizeGestureHandler350 if (!mThresholdCrossed in onPinchResize()354 mThresholdCrossed = true; in onPinchResize()364 if (mThresholdCrossed) { in onPinchResize()464 mThresholdCrossed = false; in resetState()582 pw.println(innerPrefix + "mThresholdCrossed=" + mThresholdCrossed); in dump()
108 private boolean mThresholdCrossed = false; field in BackAnimationController424 mThresholdCrossed = true; in onThresholdCrossed()606 if (mPointersPilfered || !mThresholdCrossed) { in tryPilferPointers()620 || (!mThresholdCrossed && mRequirePointerPilfer)) { in tryDispatchOnBackStarted()743 mThresholdCrossed = false; in onGestureFinished()894 mThresholdCrossed = false; in finishBackNavigation()1043 pw.println(prefix + " mPointerPilfered=" + mThresholdCrossed); in dump()
253 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler1045 mThresholdCrossed = false; in onMotionEvent()1063 if (!mThresholdCrossed) { in onMotionEvent()1120 mThresholdCrossed = true; in onMotionEvent()