Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java2908 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handlePeekToExpandTransistion() local
2909 mBarService.onPanelRevealed(false, notificationLoad); in handlePeekToExpandTransistion()
2926 int notificationLoad = mNotificationsController.getActiveNotificationsCount(); in handleVisibleToUserChangedImpl() local
2928 notificationLoad = 1; in handleVisibleToUserChangedImpl()
2930 final int finalNotificationLoad = notificationLoad; in handleVisibleToUserChangedImpl()