
com.nhaarman.listviewanimations.itemmanipulation.TouchEventHandler Maven / Gradle / Ivy
The newest version!
package com.nhaarman.listviewanimations.itemmanipulation;
import android.support.annotation.NonNull;
import android.view.MotionEvent;
public interface TouchEventHandler {
boolean onTouchEvent(@NonNull MotionEvent event);
boolean isInteracting();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy