Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DVelocityTracker.h71 struct ComputedVelocity { struct
72 inline std::optional<float> getVelocity(int32_t axis, int32_t id) const { in getVelocity()
86 inline void addVelocity(int32_t axis, int32_t id, float velocity) { in addVelocity()