Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java89 int notificationCount, int height, int keyguardStatusHeight, float emptyDragAmount) { in setup() argument
93 mNotificationCount = notificationCount; in setup()
DPhoneStatusBar.java3168 final int notificationCount = activeNotifications.size();
3169 for (int i = 0; i < notificationCount; i++) {