Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculatorTest.kt84 computeMaxKeyguardNotifications( in <lambda>()
100 computeMaxKeyguardNotifications( in <lambda>()
119 computeMaxKeyguardNotifications(rows, spaceForNotifications, spaceForShelf, shelfHeight) in <lambda>()
136 computeMaxKeyguardNotifications( in <lambda>()
161 computeMaxKeyguardNotifications( in <lambda>()
189 computeMaxKeyguardNotifications(rows, notifSpace, shelfSpace, shelfHeight) in <lambda>()
208 computeMaxKeyguardNotifications( in <lambda>()
339 private fun computeMaxKeyguardNotifications( in <lambda>() method
346 return sizeCalculator.computeMaxKeyguardNotifications( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt121 notificationStackSizeCalculator.computeMaxKeyguardNotifications( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java124 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
140 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
149 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()
159 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_noTransition_updatesMax()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt169 fun computeMaxKeyguardNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculator
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1548 setMaxDisplayedNotifications(Math.max(computeMaxKeyguardNotifications(), 1)); in updateMaxDisplayedNotifications()
1947 int computeMaxKeyguardNotifications() { in computeMaxKeyguardNotifications() method in NotificationPanelViewController
1956 return mNotificationStackSizeCalculator.computeMaxKeyguardNotifications( in computeMaxKeyguardNotifications()