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