Loading services/core/java/com/android/server/display/DisplayPowerController.java +1 −4 Original line number Diff line number Diff line Loading @@ -839,11 +839,8 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call } // Apply manual brightness. // Use the current brightness setting from the request, which is expected // provide a nominal default value for the case where auto-brightness // is not ready yet. if (brightness < 0) { brightness = clampScreenBrightness(mLastUserSetScreenBrightness); brightness = clampScreenBrightness(mCurrentScreenBrightnessSetting); } Loading Loading
services/core/java/com/android/server/display/DisplayPowerController.java +1 −4 Original line number Diff line number Diff line Loading @@ -839,11 +839,8 @@ final class DisplayPowerController implements AutomaticBrightnessController.Call } // Apply manual brightness. // Use the current brightness setting from the request, which is expected // provide a nominal default value for the case where auto-brightness // is not ready yet. if (brightness < 0) { brightness = clampScreenBrightness(mLastUserSetScreenBrightness); brightness = clampScreenBrightness(mCurrentScreenBrightnessSetting); } Loading