Home
last modified time | relevance | path

Searched refs:onHeadsUpPinned (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java87 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShowinEntryUpdated()
101 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShownUpdated()
115 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testHeaderUpdated()
131 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testOperatorNameViewUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DOnHeadsUpChangedListener.java35 default void onHeadsUpPinned(NotificationEntry entry) {} in onHeadsUpPinned() method
DHeadsUpManager.java134 listener.onHeadsUpPinned(entry); in setEntryPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java61 public void onHeadsUpPinned(NotificationEntry headsUp) { in onHeadsUpPinned() method in NotificationRoundnessManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java158 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in HeadsUpAppearanceController
DNotificationGroupManager.java446 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in NotificationGroupManager
DNotificationPanelView.java2626 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in NotificationPanelView
DStatusBar.java1557 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method