Searched refs:shouldPanelBeVisible (Results 1 – 2 of 2) sorted by relevance
1066 mView.setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()1070 abstract boolean shouldPanelBeVisible(); in shouldPanelBeVisible() method in PanelViewController
3299 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in NotificationPanelViewController