DO NOT MERGE - Move color mode to DisplayTransformManager

Bug: 68159303
Test: make -j100 && make RunSettingsRoboTests -j100

Change-Id: I6cb3287ab4a8043e41765d55da24914f1744dcfa
This commit is contained in:
Christine Franks
2017-10-25 08:55:52 -07:00
parent 94aa05059d
commit cd2b7aea5f
4 changed files with 44 additions and 156 deletions

View File

@@ -120,6 +120,7 @@ public class NightDisplaySettings extends SettingsPreferenceFragment
onCustomStartTimeChanged(mController.getCustomStartTime());
onCustomEndTimeChanged(mController.getCustomEndTime());
onColorTemperatureChanged(mController.getColorTemperature());
onDisplayColorModeChanged(mController.getColorMode());
}
@Override