HomeSort by relevance Sort by last modified time
    Searched refs:touchStartAngle (Results 1 - 2 of 2) sorted by null

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
RotateView.java 63 private float touchStartAngle;
183 touchStartAngle = calculateAngle(ev);
192 float rotatedAngle = touchAngle - touchStartAngle + lastRotatedAngle;
198 touchStartAngle = touchAngle;
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
RotateView.java 65 private float touchStartAngle;
179 touchStartAngle = calculateAngle(ev);
188 float rotatedAngle = touchAngle - touchStartAngle + lastRotatedAngle;
194 touchStartAngle = touchAngle;

Completed in 1395 milliseconds