Searched refs:mFullscreenLight (Results 1 – 1 of 1) sorted by relevance
53 private boolean mFullscreenLight; field in LightBarController112 mFullscreenLight = isLight(newFullscreen, statusBarMode, in onSystemUiVisibilityChanged()194 if ((mFullscreenLight && mDockedLight) || (mFullscreenLight && !hasDockedStack)) { in updateStatus()202 else if ((!mFullscreenLight && !mDockedLight) || (!mFullscreenLight && !hasDockedStack)) { in updateStatus()209 Rect bounds = mFullscreenLight ? fullscreenStackBounds : dockedStackBounds; in updateStatus()246 pw.print(" mFullscreenLight="); pw.print(mFullscreenLight); in dump()