Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java116 private boolean mPassedSlopOnThisGesture; field in OtherActivityInputConsumer
291 if (!mPassedSlopOnThisGesture && passedSlop) { in onMotionEvent()
292 mPassedSlopOnThisGesture = true; in onMotionEvent()
298 !mPassedSlopOnThisGesture && mPassedPilferInputSlop; in onMotionEvent()