Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DVelocityTracker.java170 public static final int VELOCITY_TRACKER_STRATEGY_LEGACY = field in VelocityTracker
171 IInputConstants.VELOCITY_TRACKER_STRATEGY_LEGACY;
192 VELOCITY_TRACKER_STRATEGY_LEGACY
219 STRATEGIES.put("legacy", VELOCITY_TRACKER_STRATEGY_LEGACY);
/frameworks/native/libs/input/android/os/
DIInputConstants.aidl261 const int VELOCITY_TRACKER_STRATEGY_LEGACY = 9; field
/frameworks/native/include/input/
DVelocityTracker.h49 LEGACY = android::os::IInputConstants::VELOCITY_TRACKER_STRATEGY_LEGACY,