Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/sensorprivacy/
DCameraPrivacyLightController.java54 private static final double LIGHT_VALUE_MULTIPLIER = 1 / Math.log(1.1); field in CameraPrivacyLightController
133 mThresholds[i] = (long) (Math.log(luxValue) * LIGHT_VALUE_MULTIPLIER); in CameraPrivacyLightController()
303 (int) (Math.log(event.values[0]) * LIGHT_VALUE_MULTIPLIER))); in onSensorChanged()