Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationQSContainerControllerTest.kt290 verify(notificationsQSContainer).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN) in testNotificationsMarginBottomIsUpdated()
294 verify(notificationsQSContainer).setNotificationsMarginBottom(100) in testNotificationsMarginBottomIsUpdated()
498 verify(notificationsQSContainer).setNotificationsMarginBottom(expectedNotificationsMargin) in then()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQuickSettingsContainer.java102 public void setNotificationsMarginBottom(int margin) { in setNotificationsMarginBottom() method in NotificationsQuickSettingsContainer
DNotificationsQSContainerController.kt195 mView.setNotificationsMarginBottom(notificationsMargin) in <lambda>()