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.java58 private final PointF mDownPoint = new PointF(); field in EdgeBackGestureHandler
177 mDownPoint.set(ev.getX(), ev.getY()); in onMotionEvent()
194 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()
195 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()
211 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()
212 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()