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.java88 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShowinEntryUpdated()
102 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testShownUpdated()
116 mHeadsUpAppearanceController.onHeadsUpPinned(mFirst); in testHeaderUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DOnHeadsUpChangedListener.java36 default void onHeadsUpPinned(ExpandableNotificationRow headsUp) {} in onHeadsUpPinned() method
DHeadsUpManager.java171 listener.onHeadsUpPinned(row); in setEntryPinned()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationRoundnessManager.java41 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() method in NotificationRoundnessManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java122 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() method in HeadsUpAppearanceController
DNotificationGroupManager.java482 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() method in NotificationGroupManager
DNotificationPanelView.java2417 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() method in NotificationPanelView
DStatusBar.java2005 public void onHeadsUpPinned(ExpandableNotificationRow headsUp) { in onHeadsUpPinned() method