Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java59 private final PointF mDownPoint = new PointF(); field in EdgeBackGestureHandler
184 mDownPoint.set(ev.getX(), ev.getY()); in onMotionEvent()
201 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()
202 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()
218 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()
219 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()