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

/frameworks/native/include/input/
H A DVelocityControl.h45 float lowThreshold; member in struct:android::VelocityControlParameters
48 // The difference between highThreshold and lowThreshold controls
52 // Must be a non-negative value greater than or equal to lowThreshold.
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
68 VelocityControlParameters(float scale, float lowThreshold, argument
70 scale(scale), lowThreshold(lowThreshold),

Completed in 110 milliseconds