Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1754 if (hasVisibleNotifications()) { in computeDesiredClockSizeForSingleShade()
1775 && hasVisibleNotifications() && (isOnAod() || bypassEnabled)) { in computeDesiredClockSizeForSplitShade()
1809 if (!hasVisibleNotifications()) { in shouldKeyguardStatusViewBeCenteredInSplitShade()
1851 private boolean hasVisibleNotifications() { in hasVisibleNotifications() method in NotificationPanelViewController