Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelViewController.java1066 mView.setVisibility(shouldPanelBeVisible() ? VISIBLE : INVISIBLE); in updateVisibility()
1070 abstract boolean shouldPanelBeVisible(); in shouldPanelBeVisible() method in PanelViewController
H A DNotificationPanelViewController.java3299 protected boolean shouldPanelBeVisible() { in shouldPanelBeVisible() method in NotificationPanelViewController