Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPaintActivity.java287 int newNightMode = in refreshNightMode() local
289 if (nightMode != newNightMode) { in refreshNightMode()
299 if (newNightMode == Configuration.UI_MODE_NIGHT_YES) { in refreshNightMode()
307 nightMode = newNightMode; in refreshNightMode()