Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java101 int newFullscreen = (oldFullscreen & ~mask) | (fullscreenStackVis & mask); in onSystemUiVisibilityChanged() local
102 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged()
112 mFullscreenLight = isLight(newFullscreen, statusBarMode, in onSystemUiVisibilityChanged()
118 mFullscreenStackVisibility = newFullscreen; in onSystemUiVisibilityChanged()