Searched refs:calculateAmbientLux (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java485 private float calculateAmbientLux(long now, long horizon) { method in class:AutomaticBrightnessController
487 Slog.d(TAG, "calculateAmbientLux(" + now + ", " + horizon + ")");
491 Slog.e(TAG, "calculateAmbientLux: No ambient light readings available");
506 Slog.d(TAG, "calculateAmbientLux: selected endIndex=" + endIndex + ", point=(" +
524 Slog.d(TAG, "calculateAmbientLux: [" + startTime + ", " + endTime + "]: " +
533 Slog.d(TAG, "calculateAmbientLux: " +
596 setAmbientLux(calculateAmbientLux(time, AMBIENT_LIGHT_SHORT_HORIZON_MILLIS));
616 float slowAmbientLux = calculateAmbientLux(time, AMBIENT_LIGHT_LONG_HORIZON_MILLIS);
617 float fastAmbientLux = calculateAmbientLux(time, AMBIENT_LIGHT_SHORT_HORIZON_MILLIS);

Completed in 48 milliseconds