Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java208 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useLockIconBottomPadding_returnsShelfHeight()
212 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useLockIconBottomPadding_returnsShelfHeight()
225 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useIndicationBottomPadding_returnsZero()
229 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useIndicationBottomPadding_returnsZero()
242 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useAmbientBottomPadding_returnsZero()
246 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useAmbientBottomPadding_returnsZero()
259 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useLockIconPadding_returnsLessThanShelfHeight()
263 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_useLockIconPadding_returnsLessThanShelfHeight()
276 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_splitShade()
280 assertThat(mNotificationPanelViewController.getVerticalSpaceForLockscreenShelf()) in getVerticalSpaceForLockscreenShelf_splitShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1926 float getVerticalSpaceForLockscreenShelf() { in getVerticalSpaceForLockscreenShelf() method in NotificationPanelViewController
1959 getVerticalSpaceForLockscreenShelf(), in computeMaxKeyguardNotifications()