Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java55 private boolean mFullscreenLight; field in LightBarController
119 mFullscreenLight = isLight(newFullscreen, statusBarMode, in onSystemUiVisibilityChanged()
215 if ((mFullscreenLight && mDockedLight) || (mFullscreenLight && !hasDockedStack)) { in updateStatus()
223 else if ((!mFullscreenLight && !mDockedLight) || (!mFullscreenLight && !hasDockedStack)) { in updateStatus()
230 Rect bounds = mFullscreenLight ? fullscreenStackBounds : dockedStackBounds; in updateStatus()
267 pw.print(" mFullscreenLight="); pw.print(mFullscreenLight); in dump()