Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
DThresholdSensorImpl.java52 private final float mThresholdLatch; field in ThresholdSensorImpl
59 boolean above = event.values[0] >= mThresholdLatch;
75 mThresholdLatch = thresholdLatch; in ThresholdSensorImpl()