Home
last modified time | relevance | path

Searched refs:mDockedLight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java49 private boolean mDockedLight; field in LightBarController
101 mDockedLight = isLight(newDocked, statusBarMode, View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR); in onSystemUiVisibilityChanged()
170 if ((mFullscreenLight && mDockedLight) || (mFullscreenLight && !hasDockedStack)) {
178 else if ((!mFullscreenLight && !mDockedLight) || (!mFullscreenLight && !hasDockedStack)) {
223 pw.print(" mDockedLight="); pw.println(mDockedLight);