OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/base/services/input/
InputReader.cpp
722
"scale=%0.3f, lowThreshold=%0.3f,
highThreshold
=%0.3f, acceleration=%0.3f\n",
725
mConfig.pointerVelocityControlParameters.
highThreshold
,
729
"scale=%0.3f, lowThreshold=%0.3f,
highThreshold
=%0.3f, acceleration=%0.3f\n",
732
mConfig.wheelVelocityControlParameters.
highThreshold
,
[
all
...]
Completed in 650 milliseconds