Home
last modified time | relevance | path

Searched refs:isExpandAnimationRunning (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt112 notificationEntry.isExpandAnimationRunning = willAnimate
132 notificationEntry.isExpandAnimationRunning = false
137 notification.isExpandAnimationRunning = true
147 notification.isExpandAnimationRunning = false
149 notificationEntry.isExpandAnimationRunning = false
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt66 assertFalse(notification.entry.isExpandAnimationRunning)
77 assertFalse(notification.entry.isExpandAnimationRunning)
88 assertFalse(notification.entry.isExpandAnimationRunning)
97 assertTrue(notification.entry.isExpandAnimationRunning)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java209 if (entry != null && entry.isExpandAnimationRunning()) { in removeAlertEntry()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java208 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
H A DExpandableNotificationRow.java2182 public boolean isExpandAnimationRunning() {
3306 if (row.isExpandAnimationRunning()) {
3337 if (row.isExpandAnimationRunning()) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java968 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java500 viewState.hidden = !view.isExpandAnimationRunning() in updateChild()
H A DNotificationStackScrollLayout.java5605 if (expandableView.isExpandAnimationRunning()