Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/include/input/
H A DVelocityControl.h34 struct VelocityControlParameters { struct
42 float scale;
69 VelocityControlParameters() : in VelocityControlParameters() argument
73 VelocityControlParameters(float scale, float lowThreshold, in VelocityControlParameters() argument
79 std::string dump() const { in dump()