Home
last modified time | relevance | path

Searched refs:getVerticalSpaceForLockscreenNotifications (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java170 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenNotifications()) in getVerticalSpaceForLockscreenNotifications_useLockIconBottomPadding_returnsSpaceAvailable()
182 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenNotifications()) in getVerticalSpaceForLockscreenNotifications_useIndicationBottomPadding_returnsSpaceAvailable()
194 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenNotifications()) in getVerticalSpaceForLockscreenNotifications_useAmbientBottomPadding_returnsSpaceAvailable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1776 float getVerticalSpaceForLockscreenNotifications() { in getVerticalSpaceForLockscreenNotifications() method in NotificationPanelViewController
1850 getVerticalSpaceForLockscreenNotifications(), in computeMaxKeyguardNotifications()