Searched refs:shouldPanelBeVisible (Results 1 – 2 of 2) sorted by relevance
114 mPanel.getView().setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()117 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PanelBar
372 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in PhoneStatusBarView373 return mHeadsUpVisible || super.shouldPanelBeVisible(); in shouldPanelBeVisible()