Searched refs:clampNightDisplayColorTemperature (Results 1 – 1 of 1) sorted by relevance
1506 return mColorTemp != null ? clampNightDisplayColorTemperature(mColorTemp) in getColorTemperature()1535 return clampNightDisplayColorTemperature(Secure.getIntForUser( in getColorTemperatureSetting()1541 private int clampNightDisplayColorTemperature(int colorTemperature) { in clampNightDisplayColorTemperature() method in ColorDisplayService.NightDisplayTintController