Searched defs:highThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/input/
H A DVelocityControl.h48 // The difference between highThreshold and lowThreshold controls
54 float highThreshold; member in struct:android::VelocityControlParameters
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
69 float highThreshold, float acceleration) :
71 highThreshold(highThreshold), acceleration(acceleration) {
68 VelocityControlParameters(float scale, float lowThreshold, float highThreshold, float acceleration) argument

Completed in 38 milliseconds