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

/frameworks/base/include/ui/
H A DInput.h737 // The difference between highThreshold and lowThreshold controls
743 float highThreshold; member in struct:android::VelocityControlParameters
754 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
758 float highThreshold, float acceleration) :
760 highThreshold(highThreshold), acceleration(acceleration) {
757 VelocityControlParameters(float scale, float lowThreshold, float highThreshold, float acceleration) argument

Completed in 28 milliseconds