Searched refs:mDownPoint (Results 1 – 1 of 1) sorted by relevance
59 private final PointF mDownPoint = new PointF(); field in EdgeBackGestureHandler184 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()