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.java108 int newFullscreen = (oldFullscreen & ~mask) | (fullscreenStackVis & mask); in onSystemUiVisibilityChanged() local
109 int diffFullscreen = newFullscreen ^ oldFullscreen; in onSystemUiVisibilityChanged()
119 mFullscreenLight = isLight(newFullscreen, statusBarMode, in onSystemUiVisibilityChanged()
125 mFullscreenStackVisibility = newFullscreen; in onSystemUiVisibilityChanged()