Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/input/
H A DVelocityControl.h29 struct VelocityControlParameters { struct
64 VelocityControlParameters() : in VelocityControlParameters() function
68 VelocityControlParameters(float scale, float lowThreshold, in VelocityControlParameters() argument
83 void setParameters(const VelocityControlParameters& parameters);
98 VelocityControlParameters mParameters;
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputReaderBase.h209 VelocityControlParameters pointerVelocityControlParameters;
212 VelocityControlParameters wheelVelocityControlParameters;
/aosp12/frameworks/native/libs/input/
H A DVelocityControl.cpp40 void VelocityControl::setParameters(const VelocityControlParameters& parameters) { in setParameters()