Searched refs:computeMaxKeyguardNotifications (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackSizeCalculatorTest.kt | 84 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/ |
D | SharedNotificationContainerBinder.kt | 121 notificationStackSizeCalculator.computeMaxKeyguardNotifications( in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationPanelViewControllerTest.java | 124 .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/ |
D | NotificationStackSizeCalculator.kt | 169 fun computeMaxKeyguardNotifications( in <lambda>() method in com.android.systemui.statusbar.notification.stack.NotificationStackSizeCalculator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationPanelViewController.java | 1548 setMaxDisplayedNotifications(Math.max(computeMaxKeyguardNotifications(), 1)); in updateMaxDisplayedNotifications() 1947 int computeMaxKeyguardNotifications() { in computeMaxKeyguardNotifications() method in NotificationPanelViewController 1956 return mNotificationStackSizeCalculator.computeMaxKeyguardNotifications( in computeMaxKeyguardNotifications()
|