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.java2719 int notificationLoad = mEntryManager.getNotificationData() in handlePeekToExpandTransistion() local
2721 mBarService.onPanelRevealed(false, notificationLoad); in handlePeekToExpandTransistion()
2738 int notificationLoad = mEntryManager.getNotificationData().getActiveNotifications() in handleVisibleToUserChangedImpl() local
2741 notificationLoad = 1; in handleVisibleToUserChangedImpl()
2743 final int finalNotificationLoad = notificationLoad; in handleVisibleToUserChangedImpl()