Searched refs:mDownPoint (Results 1 – 1 of 1) sorted by relevance
62 private final PointF mDownPoint = new PointF(); field in EdgeBackGestureHandler186 mDownPoint.set(ev.getX(), ev.getY()); in onMotionEvent()203 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()204 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()215 mGestureCallback.onBackGestureProgress(ev.getX() - mDownPoint.x, in onMotionEvent()216 ev.getY() - mDownPoint.y, mEdgeBackPanel.getIsLeftPanel()); in onMotionEvent()224 float dx = Math.abs(ev.getX() - mDownPoint.x); in onMotionEvent()225 float dy = Math.abs(ev.getY() - mDownPoint.y); in onMotionEvent()