OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchAngle
(Results
1 - 2
of
2
) sorted by null
/gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
RotateView.java
191
float
touchAngle
= calculateAngle(ev);
192
float rotatedAngle =
touchAngle
- touchStartAngle + lastRotatedAngle;
198
touchStartAngle =
touchAngle
;
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
RotateView.java
187
float
touchAngle
= calculateAngle(ev);
188
float rotatedAngle =
touchAngle
- touchStartAngle + lastRotatedAngle;
194
touchStartAngle =
touchAngle
;
Completed in 174 milliseconds