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

/frameworks/base/include/ui/
H A DInput.h734 float lowThreshold; member in struct:android::VelocityControlParameters
737 // The difference between highThreshold and lowThreshold controls
741 // Must be a non-negative value greater than or equal to lowThreshold.
754 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
757 VelocityControlParameters(float scale, float lowThreshold, argument
759 scale(scale), lowThreshold(lowThreshold),

Completed in 58 milliseconds