Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java99 private boolean mThresholdCrossed = false; field in DeviceLockedInputConsumer
147 if (!mThresholdCrossed) { in onMotionEvent()
160 if (!mThresholdCrossed) { in onMotionEvent()
182 if (mThresholdCrossed && ev.getAction() == ACTION_UP) { in finishTouchTracking()
224 mThresholdCrossed = true; in startRecentsTransition()
279 return !mThresholdCrossed; in allowInterceptByParent()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java59 private boolean mThresholdCrossed = false; field in EdgeBackGestureHandler
181 mThresholdCrossed = false; in onMotionEvent()
184 if (!mThresholdCrossed) { in onMotionEvent()
200 mThresholdCrossed = true; in onMotionEvent()