Home
last modified time | relevance | path

Searched defs:thresholdValue (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DDotsPageIndicator.java884 protected float thresholdValue; field in DotsPageIndicator.StartPredicate
886 public StartPredicate(float thresholdValue) { in StartPredicate()
898 public RightwardStartPredicate(float thresholdValue) { in RightwardStartPredicate()
912 public LeftwardStartPredicate(float thresholdValue) { in LeftwardStartPredicate()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.cpp403 float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorImpl.java294 Builder setThresholdValue(float thresholdValue) { in setThresholdValue()
/aosp12/packages/modules/StatsD/statsd/tests/metrics/
H A DValueMetricProducer_test.cpp6918 int64_t thresholdValue = 15; in TEST() local