Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt193 notificationListContainer.setExpandingNotification(notification) in onTransitionAnimationStart()
207 notificationListContainer.setExpandingNotification(null) in onTransitionAnimationEnd()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java167 default void setExpandingNotification(ExpandableNotificationRow row) {} in setExpandingNotification() method
DNotificationStackScrollLayoutController.java1964 public void setExpandingNotification(ExpandableNotificationRow row) {
1965 mView.setExpandingNotification(row);
DNotificationStackScrollLayout.java3077 void setExpandingNotification(ExpandableNotificationRow row) { in setExpandingNotification() method
5634 void setExpandingNotification(boolean isExpanding) { in setExpandingNotification() method