Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java63 int getMaxNotificationsWhileLocked(boolean recompute); in getMaxNotificationsWhileLocked() method
DNotificationViewHierarchyManager.java370 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenter.java440 public int getMaxNotificationsWhileLocked(boolean recompute) { in getMaxNotificationsWhileLocked() method in StatusBarNotificationPresenter
DStatusBar.java4463 int maxBefore = mPresenter.getMaxNotificationsWhileLocked(false /* recompute */); in updateKeyguardMaxNotifications()
4464 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications()