Home
last modified time | relevance | path

Searched refs:setExpandAnimationRunning (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt111 notificationShadeWindowViewController.setExpandAnimationRunning(willAnimate)
131 notificationShadeWindowViewController.setExpandAnimationRunning(false)
148 notificationShadeWindowViewController.setExpandAnimationRunning(false)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java250 public void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationBackgroundView
H A DExpandableNotificationRow.java2132 public void setExpandAnimationRunning(boolean expandAnimationRunning) {
2157 mBackgroundNormal.setExpandAnimationRunning(expandAnimationRunning);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationShadeWindowViewController.java487 public void setExpandAnimationRunning(boolean running) { in setExpandAnimationRunning() method in NotificationShadeWindowViewController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java963 public void setExpandAnimationRunning(boolean expandAnimationRunning) { in setExpandAnimationRunning() method in NotificationEntry