Home
last modified time | relevance | path

Searched refs:mCdm (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
DColorDisplayManager.java512 private final IColorDisplayManager mCdm; field in ColorDisplayManager.ColorDisplayManagerInternal
515 mCdm = colorDisplayManager; in ColorDisplayManagerInternal()
535 return mCdm.isNightDisplayActivated(); in isNightDisplayActivated()
543 return mCdm.setNightDisplayActivated(activated); in setNightDisplayActivated()
551 return mCdm.getNightDisplayColorTemperature(); in getNightDisplayColorTemperature()
559 return mCdm.setNightDisplayColorTemperature(temperature); in setNightDisplayColorTemperature()
567 return mCdm.getNightDisplayAutoMode(); in getNightDisplayAutoMode()
575 return mCdm.getNightDisplayAutoModeRaw(); in getNightDisplayAutoModeRaw()
583 return mCdm.setNightDisplayAutoMode(autoMode); in setNightDisplayAutoMode()
591 return mCdm.getNightDisplayCustomStartTime(); in getNightDisplayCustomStartTime()
[all …]