Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java98 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShowinEntryUpdated()
112 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShownUpdated()
126 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testHeaderUpdated()
142 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testOperatorNameViewUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DOnHeadsUpChangedListener.java37 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.java63 public void onHeadsUpPinned(NotificationEntry headsUp) { in onHeadsUpPinned() method in NotificationRoundnessManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java185 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in HeadsUpAppearanceController
DNotificationPanelView.java2966 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in NotificationPanelView