Package icyllis.modernui.view
Class VelocityTracker.ImpulseStrategy
java.lang.Object
icyllis.modernui.view.VelocityTracker.ImpulseStrategy
- All Implemented Interfaces:
VelocityTracker.Strategy
- Enclosing class:
VelocityTracker
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMovement
(long eventTime, float x, float y) void
clear()
boolean
getEstimator
(VelocityTracker.Estimator outEstimator)
-
Constructor Details
-
ImpulseStrategy
public ImpulseStrategy()
-
-
Method Details
-
getEstimator
-
clear
public void clear()- Specified by:
clear
in interfaceVelocityTracker.Strategy
-
addMovement
public void addMovement(long eventTime, float x, float y) - Specified by:
addMovement
in interfaceVelocityTracker.Strategy
-