Searched refs:mThresholdCrossed (Results 1 – 2 of 2) sorted by relevance
100 private boolean mThresholdCrossed = false; field in DeviceLockedInputConsumer148 if (!mThresholdCrossed) { in onMotionEvent()161 if (!mThresholdCrossed) { in onMotionEvent()183 if (mThresholdCrossed && ev.getAction() == ACTION_UP) { in finishTouchTracking()222 mThresholdCrossed = true; in startRecentsTransition()277 return !mThresholdCrossed; in allowInterceptByParent()
60 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler188 mThresholdCrossed = false; in onMotionEvent()191 if (!mThresholdCrossed) { in onMotionEvent()207 mThresholdCrossed = true; in onMotionEvent()