Searched refs:shouldPanelBeVisible (Results 1 – 2 of 2) sorted by relevance
113 mPanel.setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()116 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PanelBar
430 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PhoneStatusBarView431 return mHeadsUpVisible || super.shouldPanelBeVisible(); in shouldPanelBeVisible()