Searched refs:mCurveEndY (Results 1 – 1 of 1) sorted by relevance
96 private float mCurveEndY; field in GestureOverlayView597 mCurveEndY = y; in touchDown()624 areaToRefresh.set((int) mCurveEndX - border, (int) mCurveEndY - border, in touchMove()625 (int) mCurveEndX + border, (int) mCurveEndY + border); in touchMove()628 float cY = mCurveEndY = (y + previousY) / 2; in touchMove()