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

/frameworks/base/services/java/com/android/server/power/
H A DDisplayPowerController.java315 private float mRecentShortTermAverageLux; field in class:DisplayPowerController
937 mRecentShortTermAverageLux = lux;
941 mRecentShortTermAverageLux += (lux - mRecentShortTermAverageLux)
969 setAmbientLux(mRecentShortTermAverageLux);
975 + ", mRecentShortTermAverageLux=" + mRecentShortTermAverageLux
980 } else if (mRecentShortTermAverageLux > mBrighteningLuxThreshold
990 + ", mRecentShortTermAverageLux=" + mRecentShortTermAverageLux
[all...]

Completed in 32 milliseconds