Searched refs:mDockedLight (Results 1 – 1 of 1) sorted by relevance
56 private boolean mDockedLight; field in LightBarController121 mDockedLight = isLight(newDocked, statusBarMode, View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR); in onSystemUiVisibilityChanged()215 if ((mFullscreenLight && mDockedLight) || (mFullscreenLight && !hasDockedStack)) { in updateStatus()223 else if ((!mFullscreenLight && !mDockedLight) || (!mFullscreenLight && !hasDockedStack)) { in updateStatus()268 pw.print(" mDockedLight="); pw.println(mDockedLight); in dump()