Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java113 mPanel.setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()
116 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PanelBar
DPhoneStatusBarView.java430 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PhoneStatusBarView
431 return mHeadsUpVisible || super.shouldPanelBeVisible(); in shouldPanelBeVisible()