Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightStatusBarController.java60 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged() local
64 if ((diffFullscreen & View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) != 0 in onSystemUiVisibilityChanged()