Searched refs:mDownCenterX (Results 1 – 1 of 1) sorted by relevance
45 private float mDownCenterX; field in EclipseControl117 mDownCenterX = oval.getCenterX(); in actionDown()140 float ctrdx = mDownX - mDownCenterX; in actionMove()163 float raddy = mDownRadiusX - Math.abs(mDownY - mDownCenterX); in actionMove()166 float raddx = mDownRadiusX - Math.abs(mDownX - mDownCenterX); in actionMove()176 float ctr_dx = mDownX - mDownCenterX; in actionMove()