Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java2789 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handleVisibleToUserChangedImpl() local
2791 notificationLoad = 1; in handleVisibleToUserChangedImpl()
2793 final int finalNotificationLoad = notificationLoad; in handleVisibleToUserChangedImpl()