Home
last modified time | relevance | path

Searched defs:VelocityTracker (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/gesture/
DVelocityTracker.kt29 interface VelocityTracker : Consumer<MotionEvent> { interface
/frameworks/base/core/java/android/view/
DVelocityTracker.java41 public final class VelocityTracker { class
301 private VelocityTracker(@VelocityTrackerStrategy int strategy) { in VelocityTracker() method in VelocityTracker
/frameworks/native/libs/input/
DVelocityTracker.cpp149 VelocityTracker::VelocityTracker(const Strategy strategy) in VelocityTracker() function in android::VelocityTracker