Searched refs:mFullscreenLight (Results 1 – 1 of 1) sorted by relevance
55 private boolean mFullscreenLight; field in LightBarController119 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()