Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorControllerTest.kt86 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()
87 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() constant
91 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()
104 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()
105 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() constant
109 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()
122 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds()
123 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() constant
127 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds()
177 assertTrue(notification.entry.isExpandAnimationRunning) in testNotificationIsExpandingDuringAnimation()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationTransitionAnimatorController.kt149 notificationEntry.isExpandAnimationRunning = willAnimate in onIntentStarted()
186 notificationEntry.isExpandAnimationRunning = false in onTransitionAnimationCancelled()
192 notification.isExpandAnimationRunning = true in onTransitionAnimationStart()
204 notification.isExpandAnimationRunning = false in onTransitionAnimationEnd()
206 notificationEntry.isExpandAnimationRunning = false in onTransitionAnimationEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithmTest.kt572 whenever(expandableView.isExpandAnimationRunning).thenReturn(false) in <lambda>()
588 whenever(expandableView.isExpandAnimationRunning).thenReturn(false) in <lambda>()
604 whenever(expandableView.isExpandAnimationRunning).thenReturn(true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java239 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
DExpandableNotificationRow.java2561 public boolean isExpandAnimationRunning() {
3676 if (row.isExpandAnimationRunning()) {
3705 if (row.isExpandAnimationRunning()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java1010 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManager.java420 if (entry != null && entry.isExpandAnimationRunning()) { in removeEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java736 viewState.hidden = !view.isExpandAnimationRunning() in updateViewWithShelf()
DNotificationChildrenContainer.java793 if (child.isExpandAnimationRunning() || mContainingNotification.hasExpandingChild()) {
DNotificationStackScrollLayout.java5936 if (expandableView.isExpandAnimationRunning()