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