Home
last modified time | relevance | path

Searched refs:getHeadsUpAnimationView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java680 public ExpandableNotificationRow getHeadsUpAnimationView() { in getHeadsUpAnimationView() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java4324 entry.getHeadsUpAnimationView(), true); in onHeadsUpPinned()
4337 entry.getHeadsUpAnimationView(), false); in onHeadsUpUnPinned()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java4684 ExpandableNotificationRow row = entry.getHeadsUpAnimationView(); in generateHeadsUpAnimation()