[go: nahoru, domu]

blob: 6611119f2e9ff3635ae3412991720f09e4d9cdf2 [file] [log] [blame]
// Signature format: 4.0
package androidx.input.motionprediction {
public interface MotionEventPredictor extends java.lang.AutoCloseable {
method public void close();
method public static androidx.input.motionprediction.MotionEventPredictor newInstance(android.view.View);
method public android.view.MotionEvent? predict();
method public void record(android.view.MotionEvent);
}
}