HomeSort by relevance Sort by last modified time
    Searched refs:highThreshold (Results 1 - 3 of 3) sorted by null

  /frameworks/base/include/ui/
Input.h 737 // The difference between highThreshold and lowThreshold controls
743 float highThreshold;
754 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
758 float highThreshold, float acceleration) :
760 highThreshold(highThreshold), acceleration(acceleration) {
  /frameworks/base/libs/ui/
Input.cpp     [all...]
  /frameworks/base/services/input/
InputReader.cpp 728 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
731 mConfig.pointerVelocityControlParameters.highThreshold,
735 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
738 mConfig.wheelVelocityControlParameters.highThreshold,
    [all...]

Completed in 29 milliseconds