Android Open Source - android-animation-task Rotation Gesture Listener






From Project

Back to project page android-animation-task.

License

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.

Java Source Code

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)
    {
    }
}




Java Source Code List

com.boxsorter.tryptical.boxsorterajl.ApplicationTest.java
com.boxsorter.tryptical.boxsorterajl.BoxSorter.java
domain.Square.java
gesture.RotationGestureDetector.java
gesture.RotationGestureListener.java