Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java351 @Mock private SharedNotificationContainerInteractor mSharedNotificationContainerInteractor; field in NotificationPanelViewControllerBaseTest
758 mSharedNotificationContainerInteractor, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java613 private final SharedNotificationContainerInteractor mSharedNotificationContainerInteractor; field in NotificationPanelViewController
815 mSharedNotificationContainerInteractor = sharedNotificationContainerInteractor; in NotificationPanelViewController()
2575 mSharedNotificationContainerInteractor.setTopPosition(padding); in requestScrollerTopPaddingUpdate()