Searched defs:lowThreshold (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DVelocityControl.h45 float lowThreshold; member in struct:android::VelocityControlParameters
48 // The difference between highThreshold and lowThreshold controls
52 // Must be a non-negative value greater than or equal to lowThreshold.
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
68 VelocityControlParameters(float scale, float lowThreshold, argument
70 scale(scale), lowThreshold(lowThreshold),
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java186 public void updateThresholds(long lowThreshold, long severeThreshold) { argument
187 mLowWarningThreshold = lowThreshold;
H A DPowerUI.java531 void updateThresholds(long lowThreshold, long severeThreshold); argument

Completed in 2472 milliseconds