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.java114 mPanel.getView().setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()
117 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PanelBar
DPhoneStatusBarView.java372 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PhoneStatusBarView
373 return mHeadsUpVisible || super.shouldPanelBeVisible(); in shouldPanelBeVisible()