Home
last modified time | relevance | path

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

/frameworks/base/libs/dream/lowlight/src/com/android/dream/lowlight/
DLowLightDreamManager.kt95 val shouldEnterLowLight = mAmbientLightMode == AMBIENT_LIGHT_MODE_LOW_LIGHT in setAmbientLightMode() constant
103 entering = shouldEnterLowLight in setAmbientLightMode()
114 if (shouldEnterLowLight) lowLightDreamComponent else null in setAmbientLightMode()