Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java374 protected HeadsUpNotificationInteractor mHeadsUpNotificationInteractor; field in NotificationPanelViewControllerBaseTest
680 mHeadsUpNotificationInteractor = in setup()
760 mHeadsUpNotificationInteractor, in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java615 private final HeadsUpNotificationInteractor mHeadsUpNotificationInteractor; field in NotificationPanelViewController
817 mHeadsUpNotificationInteractor = headsUpNotificationInteractor; in NotificationPanelViewController()
1236 collectFlow(mView, mHeadsUpNotificationInteractor.isHeadsUpOrAnimatingAway(), in onFinishInflate()