Home
last modified time | relevance | path

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

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