Home
last modified time | relevance | path

Searched refs:setExpandingNotification (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt193 notificationListContainer.setExpandingNotification(notification)
207 notificationListContainer.setExpandingNotification(null)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java180 default void setExpandingNotification(ExpandableNotificationRow row) {} in setExpandingNotification() method
H A DNotificationStackScrollLayoutController.java1843 public void setExpandingNotification(ExpandableNotificationRow row) {
1844 mView.setExpandingNotification(row);
H A DNotificationStackScrollLayout.java3099 void setExpandingNotification(ExpandableNotificationRow row) { in setExpandingNotification() method