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.java110 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShowinEntryUpdated()
124 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testShownUpdated()
138 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst.getEntry()); in testHeaderUpdated()
154 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.java188 public void onHeadsUpPinned(NotificationEntry entry) { in onHeadsUpPinned() method in HeadsUpAppearanceController
DNotificationPanelViewController.java3464 public void onHeadsUpPinned(NotificationEntry entry) {