package dsq.thedroid.ui; public interface Swipe { void press(float x, float y); void release(float x, float y); }