Searched refs:highThreshold (Results 1 - 3 of 3) 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
/frameworks/native/libs/input/
H A DVelocityControl.cpp75 if (speed >= mParameters.highThreshold) {
82 / (mParameters.highThreshold - mParameters.lowThreshold)
89 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
96 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
/frameworks/native/services/inputflinger/
H A DInputReader.cpp807 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
810 mConfig.pointerVelocityControlParameters.highThreshold,
814 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
817 mConfig.wheelVelocityControlParameters.highThreshold,

Completed in 2024 milliseconds