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

/frameworks/native/include/input/
H A DVelocityControl.h29 struct VelocityControlParameters { struct in namespace:android
64 VelocityControlParameters() : function in struct:android::VelocityControlParameters
68 VelocityControlParameters(float scale, float lowThreshold, function in struct:android::VelocityControlParameters
83 void setParameters(const VelocityControlParameters& parameters);
98 VelocityControlParameters mParameters;
/frameworks/native/libs/input/
H A DVelocityControl.cpp40 void VelocityControl::setParameters(const VelocityControlParameters& parameters) {
/frameworks/base/services/input/
H A DInputReader.h154 VelocityControlParameters pointerVelocityControlParameters;
157 VelocityControlParameters wheelVelocityControlParameters;

Completed in 112 milliseconds