Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightStatusBarController.java38 private boolean mFullscreenLight; field in LightStatusBarController
70 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()