package

androidx.input.motionprediction.kalman

Interfaces

KalmanPredictorSimple interface for predicting motion points.

Classes

BatchedMotionEventThis class contains a list of historical for a given time
BatchedMotionEvent.IterableMotionEventAn java.lang.Iterable list of BatchedMotionEvent objects.
KalmanFilterKalman filter implementation following http://filterpy.readthedocs.io/en/latest/
KalmanMotionEventPredictor
MultiPointerPredictor
PointerKalmanFilterClass that independently applies the Kalman Filter to each axis of the pen.
SinglePointerPredictor