Home
last modified time | relevance | path

Searched refs:sin45 (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java174 float sin45 = (float) Math.sin(45); in actionMove() local
175 float dr = (mDownRadiusX + mDownRadiusY) * sin45; in actionMove()
181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; in actionMove()