Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt391 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN) in testNotificationsMarginBottomIsUpdated()
395 verify(view).setNotificationsMarginBottom(100) in testNotificationsMarginBottomIsUpdated()
616 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin) in then()
DNotificationsQSContainerControllerLegacyTest.kt397 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN) in testNotificationsMarginBottomIsUpdated()
401 verify(view).setNotificationsMarginBottom(100) in testNotificationsMarginBottomIsUpdated()
646 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin) in then()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQuickSettingsContainer.java118 public void setNotificationsMarginBottom(int margin) { in setNotificationsMarginBottom() method in NotificationsQuickSettingsContainer
DNotificationsQSContainerController.kt237 mView.setNotificationsMarginBottom(notificationsMargin) in <lambda>()