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/
DLightBarController.java109 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged() local
113 if ((diffFullscreen & View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) != 0 in onSystemUiVisibilityChanged()