Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java60 private boolean mAllowGesture = false; field in EdgeBackGestureHandler
164 mAllowGesture = false; in cancelGesture()
176 mAllowGesture = isWithinTouchRegion((int) ev.getX(), (int) ev.getY()); in onMotionEvent()
178 if (mAllowGesture) { in onMotionEvent()
183 } else if (mAllowGesture) { in onMotionEvent()
213 if (dx > dy && dx > mTouchSlop && !mAllowGesture && mGestureCallback != null) { in onMotionEvent()