HomeSort by relevance Sort by last modified time
    Searched full:highthreshold (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/input/
VelocityControl.h 48 // The difference between highThreshold and lowThreshold controls
54 float highThreshold;
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
69 float highThreshold, float acceleration) :
71 highThreshold(highThreshold), acceleration(acceleration) {
  /frameworks/native/libs/input/
VelocityControl.cpp 75 if (speed >= mParameters.highThreshold) {
82 / (mParameters.highThreshold - mParameters.lowThreshold)
89 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
96 mParameters.scale, mParameters.lowThreshold, mParameters.highThreshold,
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 658 float highThreshold = *highThresholdP;
667 float32x4_t high = vdupq_n_f32(highThreshold);
678 *destP = std::max(std::min(*sourceP, highThreshold), lowThreshold);
  /docs/source.android.com/src/devices/tech/input/
dumpsys.jd 275 PointerVelocityControlParameters: scale=1.000, lowThreshold=500.000, highThreshold=3000.000, acceleration=3.000
276 WheelVelocityControlParameters: scale=1.000, lowThreshold=15.000, highThreshold=50.000, acceleration=4.000
  /frameworks/native/services/inputflinger/
InputReader.cpp 733 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
736 mConfig.pointerVelocityControlParameters.highThreshold,
740 "scale=%0.3f, lowThreshold=%0.3f, highThreshold=%0.3f, acceleration=%0.3f\n",
743 mConfig.wheelVelocityControlParameters.highThreshold,
    [all...]

Completed in 432 milliseconds