Home
last modified time | relevance | path

Searched refs:mThresholdLatchValue (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DThresholdSensorImpl.java238 private float mThresholdLatchValue; field in ThresholdSensorImpl.Builder
298 mThresholdLatchValue = mThresholdValue; in setThresholdValue()
304 mThresholdLatchValue = thresholdLatchValue; in setThresholdLatchValue()
327 if (mThresholdValue > mThresholdLatchValue) { in build()
334 mThresholdValue, mThresholdLatchValue, mSensorDelay); in build()