HomeSort by relevance Sort by last modified time
    Searched full:sin45 (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
EclipseControl.java 162 float sin45 = (float) Math.sin(45); local
163 float dr = (mDownRadiusX + mDownRadiusY) * sin45;
169 float r = (Math.abs(rx) + Math.abs(ry)) * sin45;

Completed in 61 milliseconds