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.java100 private boolean mThresholdCrossed = false; field in DeviceLockedInputConsumer
148 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java60 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler
188 mThresholdCrossed = false; in onMotionEvent()
191 if (!mThresholdCrossed) { in onMotionEvent()
207 mThresholdCrossed = true; in onMotionEvent()