Searched refs:ctr_dy (Results 1 – 1 of 1) sorted by relevance
177 float ctr_dy = mDownY - mDownCenterY; in actionMove() local178 float downRad = Math.abs(ctr_dx) + Math.abs(ctr_dy) - dr; in actionMove()