Searched refs:touchStartAngle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
H A DRotateView.java65 private float touchStartAngle; field in class:RotateView
179 touchStartAngle = calculateAngle(ev);
188 float rotatedAngle = touchAngle - touchStartAngle + lastRotatedAngle;
194 touchStartAngle = touchAngle;

Completed in 33 milliseconds