Searched refs:setNotificationsMarginBottom (Results 1 – 4 of 4) sorted by relevance
391 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN) in testNotificationsMarginBottomIsUpdated()395 verify(view).setNotificationsMarginBottom(100) in testNotificationsMarginBottomIsUpdated()616 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin) in then()
397 verify(view).setNotificationsMarginBottom(NOTIFICATIONS_MARGIN) in testNotificationsMarginBottomIsUpdated()401 verify(view).setNotificationsMarginBottom(100) in testNotificationsMarginBottomIsUpdated()646 verify(view).setNotificationsMarginBottom(expectedNotificationsMargin) in then()
118 public void setNotificationsMarginBottom(int margin) { in setNotificationsMarginBottom() method in NotificationsQuickSettingsContainer
237 mView.setNotificationsMarginBottom(notificationsMargin) in <lambda>()