Home
last modified time | relevance | path

Searched refs:setNotificationsMarginBottom (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationsQSContainerControllerTest.kt360 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN)
364 verify(view).setNotificationsMarginBottom(100)
560 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin)
H A DNotificationsQSContainerControllerLegacyTest.kt361 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN)
365 verify(view).setNotificationsMarginBottom(100)
577 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQuickSettingsContainer.java116 public void setNotificationsMarginBottom(int margin) { in setNotificationsMarginBottom() method in NotificationsQuickSettingsContainer
H A DNotificationsQSContainerController.kt223 mView.setNotificationsMarginBottom(notificationsMargin)