Home
last modified time | relevance | path

Searched refs:VELOCITY_TRACKER_STRATEGY_LSQ3 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DVelocityTracker.java107 public static final int VELOCITY_TRACKER_STRATEGY_LSQ3 = field in VelocityTracker
108 IInputConstants.VELOCITY_TRACKER_STRATEGY_LSQ3;
186 VELOCITY_TRACKER_STRATEGY_LSQ3,
213 STRATEGIES.put("lsq3", VELOCITY_TRACKER_STRATEGY_LSQ3);
/frameworks/native/libs/input/android/os/
DIInputConstants.aidl216 const int VELOCITY_TRACKER_STRATEGY_LSQ3 = 3; field
/frameworks/native/include/input/
DVelocityTracker.h43 LSQ3 = android::os::IInputConstants::VELOCITY_TRACKER_STRATEGY_LSQ3,