Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt78 computeMaxKeyguardNotifications( in <lambda>()
90 computeMaxKeyguardNotifications( in <lambda>()
108 computeMaxKeyguardNotifications(rows, spaceForNotifications, spaceForShelf, shelfHeight) in <lambda>()
128 computeMaxKeyguardNotifications( in <lambda>()
152 computeMaxKeyguardNotifications(rows, spaceForNotifications, spaceForShelf, shelfHeight) in <lambda>()
172 computeMaxKeyguardNotifications( in <lambda>()
240 private fun computeMaxKeyguardNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculatorTest
247 return sizeCalculator.computeMaxKeyguardNotifications( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java97 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
113 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
122 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()
132 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_noTransition_updatesMax()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt113 fun computeMaxKeyguardNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculator
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1376 setMaxDisplayedNotifications(Math.max(computeMaxKeyguardNotifications(), 1)); in updateMaxDisplayedNotifications()
1766 int computeMaxKeyguardNotifications() { in computeMaxKeyguardNotifications() method in NotificationPanelViewController
1775 return mNotificationStackSizeCalculator.computeMaxKeyguardNotifications( in computeMaxKeyguardNotifications()