HomeSort by relevance Sort by last modified time
    Searched refs:highThreshold (Results 1 - 4 of 4) 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);
  /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 1068 milliseconds