Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

我想监听滑动的距离,该怎么办 #118

Open
guo8790 opened this issue May 8, 2017 · 1 comment
Open

我想监听滑动的距离,该怎么办 #118

guo8790 opened this issue May 8, 2017 · 1 comment

Comments

@guo8790
Copy link

guo8790 commented May 8, 2017

No description provided.

@Aspsine
Copy link
Owner

Aspsine commented May 8, 2017

public interface SwipeTrigger {
    void onPrepare();

    void onMove(int y, boolean isComplete, boolean automatic);

    void onRelease();

    void onComplete();

    void onReset();
}

void onMove(int y, boolean isComplete, boolean automatic);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants