Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt82 assertFalse(notification.entry.isExpandAnimationRunning)
83 val isExpandAnimationRunning by testScope.collectLastValue( regex
86 assertFalse(isExpandAnimationRunning!!)
99 assertFalse(notification.entry.isExpandAnimationRunning)
100 val isExpandAnimationRunning by testScope.collectLastValue( regex
103 assertFalse(isExpandAnimationRunning!!)
116 assertFalse(notification.entry.isExpandAnimationRunning)
117 val isExpandAnimationRunning by testScope.collectLastValue( regex
120 assertFalse(isExpandAnimationRunning!!)
160 assertTrue(notification.entry.isExpandAnimationRunning)
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepositoryTest.kt32 val latest by collectLastValue(underTest.isExpandAnimationRunning)
39 val latest by collectLastValue(underTest.isExpandAnimationRunning)
48 val latest by collectLastValue(underTest.isExpandAnimationRunning)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt150 notificationEntry.isExpandAnimationRunning = willAnimate
186 notificationEntry.isExpandAnimationRunning = false
192 notification.isExpandAnimationRunning = true
204 notification.isExpandAnimationRunning = false
206 notificationEntry.isExpandAnimationRunning = false
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepository.kt40 val isExpandAnimationRunning: Flow<Boolean> = _isExpandAnimationRunning.asStateFlow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt408 whenever(expandableView.isExpandAnimationRunning).thenReturn(false)
424 whenever(expandableView.isExpandAnimationRunning).thenReturn(false)
440 whenever(expandableView.isExpandAnimationRunning).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlertingNotificationManager.java199 if (entry != null && entry.isExpandAnimationRunning()) { in removeAlertEntry()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java233 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
H A DExpandableNotificationRow.java2412 public boolean isExpandAnimationRunning() {
3567 if (row.isExpandAnimationRunning()) {
3598 if (row.isExpandAnimationRunning()) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowViewController.java221 notificationExpansionRepository.isExpandAnimationRunning(), in NotificationShadeWindowViewController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java978 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java638 viewState.hidden = !view.isExpandAnimationRunning() in updateViewWithShelf()
H A DNotificationChildrenContainer.java663 if (child.isExpandAnimationRunning() || mContainingNotification.hasExpandingChild()) {
H A DNotificationStackScrollLayout.java5806 if (expandableView.isExpandAnimationRunning()