Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java237 private float mThresholdValue; field in ThresholdSensorImpl.Builder
295 mThresholdValue = thresholdValue; in setThresholdValue()
298 mThresholdLatchValue = mThresholdValue; in setThresholdValue()
327 if (mThresholdValue > mThresholdLatchValue) { in build()
334 mThresholdValue, mThresholdLatchValue, mSensorDelay); in build()