Searched refs:mFullscreenLight (Results 1 – 1 of 1) sorted by relevance
38 private boolean mFullscreenLight; field in LightStatusBarController70 mFullscreenLight = isLight(newFullscreen, statusBarMode); in onSystemUiVisibilityChanged()102 if ((mFullscreenLight && mDockedLight) || (mFullscreenLight && !hasDockedStack)) { in update()110 else if ((!mFullscreenLight && !mDockedLight) || (!mFullscreenLight && !hasDockedStack)) { in update()117 Rect bounds = mFullscreenLight ? fullscreenStackBounds : dockedStackBounds; in update()