Interface VelocityTracker.Strategy

All Known Implementing Classes:
VelocityTracker.ImpulseStrategy, VelocityTracker.LeastSquaresStrategy
Enclosing class:
VelocityTracker

public static interface VelocityTracker.Strategy
Implements a particular velocity tracker algorithm.
  • Method Details Link icon

    • clear Link icon

      void clear()
    • addMovement Link icon

      void addMovement(long eventTime, float x, float y)
    • getEstimator Link icon

      boolean getEstimator(@NonNull VelocityTracker.Estimator outEstimator)