Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java165 setBottomPadding(/* stackScrollLayoutBottom= */ 180, in getVerticalSpaceForLockscreenNotifications_useLockIconBottomPadding_returnsSpaceAvailable()
177 setBottomPadding(/* stackScrollLayoutBottom= */ 180, in getVerticalSpaceForLockscreenNotifications_useIndicationBottomPadding_returnsSpaceAvailable()
189 setBottomPadding(/* stackScrollLayoutBottom= */ 180, in getVerticalSpaceForLockscreenNotifications_useAmbientBottomPadding_returnsSpaceAvailable()
200 setBottomPadding(/* stackScrollLayoutBottom= */ 100, in getVerticalSpaceForLockscreenShelf_useLockIconBottomPadding_returnsShelfHeight()
212 setBottomPadding(/* stackScrollLayoutBottom= */ 100, in getVerticalSpaceForLockscreenShelf_useIndicationBottomPadding_returnsZero()
224 setBottomPadding(/* stackScrollLayoutBottom= */ 100, in getVerticalSpaceForLockscreenShelf_useAmbientBottomPadding_returnsZero()
236 setBottomPadding(/* stackScrollLayoutBottom= */ 100, in getVerticalSpaceForLockscreenShelf_useLockIconPadding_returnsLessThanShelfHeight()
H A DNotificationPanelViewControllerBaseTest.java743 protected void setBottomPadding(int stackBottom, int lockIconPadding, int indicationPadding, in setBottomPadding() method in NotificationPanelViewControllerBaseTest