Searched refs:sin45 (Results 1 – 1 of 1) sorted by relevance
174 float sin45 = (float) Math.sin(45); in actionMove() local175 float dr = (mDownRadiusX + mDownRadiusY) * sin45; in actionMove()181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; in actionMove()