Home
last modified time | relevance | path

Searched refs:getShelfHeight (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java207 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useLockIconBottomPadding_returnsShelfHeight()
224 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useIndicationBottomPadding_returnsZero()
241 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useAmbientBottomPadding_returnsZero()
258 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_useLockIconPadding_returnsLessThanShelfHeight()
275 when(mNotificationStackScrollLayoutController.getShelfHeight()).thenReturn(5); in getVerticalSpaceForLockscreenShelf_splitShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt120 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipBoundsAlgorithm.java328 ? mPipBoundsState.getShelfHeight() : 0), defaultBounds); in getDefaultBounds()
DPipBoundsState.java479 public int getShelfHeight() { in getShelfHeight() method in PipBoundsState
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1938 return Math.min(getShelfHeight(), extraSpaceForShelf); in getVerticalSpaceForLockscreenShelf()
1960 getShelfHeight() in computeMaxKeyguardNotifications()
1964 private int getShelfHeight() { in getShelfHeight() method in NotificationPanelViewController
1965 return mNotificationStackScrollLayoutController.getShelfHeight(); in getShelfHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1781 public int getShelfHeight() {