Back to project page slider.
The source code is released under:
Apache License
If you think the Android project slider listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * Created on 07.11.2006 by leck//w ww. j ava 2 s . c o m * */ package de.devisnik.sliding; public interface IMove { int getX(); int getY(); }