Searched refs:mCurveEndY (Results 1 – 1 of 1) sorted by relevance
95 private float mCurveEndY; field in GestureOverlayView588 mCurveEndY = y; in touchDown()615 areaToRefresh.set((int) mCurveEndX - border, (int) mCurveEndY - border, in touchMove()616 (int) mCurveEndX + border, (int) mCurveEndY + border); in touchMove()619 float cY = mCurveEndY = (y + previousY) / 2; in touchMove()