HomeSort by relevance Sort by last modified time
    Searched defs:lowThreshold (Results 1 - 2 of 2) sorted by null

  /frameworks/native/include/input/
VelocityControl.h 45 float lowThreshold;
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,
70 scale(scale), lowThreshold(lowThreshold),
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 92 milliseconds