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.java88 int newFullscreen = (oldFullscreen & ~mask) | (fullscreenStackVis & mask); in onSystemUiVisibilityChanged() local
89 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged()
99 mFullscreenLight = isLight(newFullscreen, statusBarMode, in onSystemUiVisibilityChanged()
105 mFullscreenStackVisibility = newFullscreen; in onSystemUiVisibilityChanged()