Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightStatusBarController.java63 int diffDocked = newDocked ^ oldDocked; in onSystemUiVisibilityChanged() local
65 || (diffDocked & View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR) != 0 in onSystemUiVisibilityChanged()