Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculatorTest.kt82 computeMaxKeyguardNotifications(
98 computeMaxKeyguardNotifications(
117 computeMaxKeyguardNotifications(rows, spaceForNotifications, spaceForShelf, shelfHeight)
134 computeMaxKeyguardNotifications(
159 computeMaxKeyguardNotifications(
187 computeMaxKeyguardNotifications(rows, notifSpace, shelfSpace, shelfHeight)
206 computeMaxKeyguardNotifications(
337 private fun computeMaxKeyguardNotifications( regex
344 return sizeCalculator.computeMaxKeyguardNotifications(
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java123 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileOnKeyguardWillComputeMaxKeyguardNotifications()
139 .computeMaxKeyguardNotifications(any(), anyFloat(), anyFloat(), anyFloat()); in onNotificationHeightChangeWhileInShadeWillNotComputeMaxKeyguardNotifications()
148 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_lockscreenToShade_returnsExistingMax()
158 assertThat(mNotificationPanelViewController.computeMaxKeyguardNotifications()) in computeMaxKeyguardNotifications_noTransition_updatesMax()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt150 fun computeMaxKeyguardNotifications( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1479 setMaxDisplayedNotifications(Math.max(computeMaxKeyguardNotifications(), 1)); in updateMaxDisplayedNotifications()
1839 int computeMaxKeyguardNotifications() { in computeMaxKeyguardNotifications() method in NotificationPanelViewController
1848 return mNotificationStackSizeCalculator.computeMaxKeyguardNotifications( in computeMaxKeyguardNotifications()