Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java84 public static final int VELOCITY_TRACKER_STRATEGY_LSQ1 = field in VelocityTracker
85 IInputConstants.VELOCITY_TRACKER_STRATEGY_LSQ1;
184 VELOCITY_TRACKER_STRATEGY_LSQ1,
211 STRATEGIES.put("lsq1", VELOCITY_TRACKER_STRATEGY_LSQ1);
/frameworks/native/libs/input/android/os/
DIInputConstants.aidl199 const int VELOCITY_TRACKER_STRATEGY_LSQ1 = 1; field
/frameworks/native/include/input/
DVelocityTracker.h41 LSQ1 = android::os::IInputConstants::VELOCITY_TRACKER_STRATEGY_LSQ1,