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.java56 private boolean mDockedLight; field in LightBarController
121 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()