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