Home
last modified time | relevance | path

Searched refs:mThresholdCrossed (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java104 private boolean mThresholdCrossed = false; field in DeviceLockedInputConsumer
154 if (!mThresholdCrossed) { in onMotionEvent()
167 if (!mThresholdCrossed) { in onMotionEvent()
189 if (mThresholdCrossed && ev.getAction() == ACTION_UP) { in finishTouchTracking()
243 mThresholdCrossed = true; in startRecentsTransition()
310 return !mThresholdCrossed; in allowInterceptByParent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java63 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler
190 mThresholdCrossed = false; in onMotionEvent()
193 if (!mThresholdCrossed) { in onMotionEvent()
209 mThresholdCrossed = true; in onMotionEvent()