Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPaintActivity.java297 int decorSUIV = decorView.getSystemUiVisibility(); in refreshNightMode() local
301 decorSUIV & ~View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR); in refreshNightMode()
304 decorSUIV | View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR); in refreshNightMode()