Searched refs:getShelfHeight (Results 1 – 6 of 6) sorted by relevance
207 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()
120 val shelfHeight = controller.getShelfHeight().toFloat() in <lambda>()
328 ? mPipBoundsState.getShelfHeight() : 0), defaultBounds); in getDefaultBounds()
479 public int getShelfHeight() { in getShelfHeight() method in PipBoundsState
1938 return Math.min(getShelfHeight(), extraSpaceForShelf); in getVerticalSpaceForLockscreenShelf()1960 getShelfHeight() in computeMaxKeyguardNotifications()1964 private int getShelfHeight() { in getShelfHeight() method in NotificationPanelViewController1965 return mNotificationStackScrollLayoutController.getShelfHeight(); in getShelfHeight()
1781 public int getShelfHeight() {