Home
last modified time | relevance | path

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

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