HomeSort by relevance Sort by last modified time
    Searched defs:lux (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 70 // The recent lux must have changed by at least this fraction relative to the
71 // current ambient lux before a change will be considered.
271 private void handleLightSensorEvent(long time, float lux) {
274 applyLightSensorMeasurement(time, lux);
278 private void applyLightSensorMeasurement(long time, float lux) {
281 mAmbientLightRingBuffer.push(time, lux);
284 mLastObservedLux = lux;
296 private void setAmbientLux(float lux) {
297 mAmbientLux = lux;
314 float lux = mAmbientLightRingBuffer.getLux(i) local
668 float[] lux = new float[mCount]; local
    [all...]
DisplayPowerController.java 306 int[] lux = resources.getIntArray( local
316 Spline screenAutoBrightnessSpline = createAutoBrightnessSpline(lux, screenBrightness);
321 + "config_autoBrightnessLevels (size " + lux.length + ") "
    [all...]

Completed in 85 milliseconds