Back to project page android-animation-task.
The source code is released under:
GNU General Public License
If you think the Android project android-animation-task listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package gesture; /*from w ww.j av a 2s.c om*/ public class RotationGestureListener { public void onRotation(RotationGestureDetector detector) { } public void onRotationBegin(RotationGestureDetector detector) { } public void onRotationEnd(RotationGestureDetector detector) { } }