Searched refs:isExpandAnimationRunning (Results 1 – 10 of 10) sorted by relevance
86 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()87 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() constant91 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch()104 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()105 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() constant109 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled()122 assertFalse(notification.entry.isExpandAnimationRunning) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds()123 val isExpandAnimationRunning by in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() constant127 assertFalse(isExpandAnimationRunning!!) in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds()177 assertTrue(notification.entry.isExpandAnimationRunning) in testNotificationIsExpandingDuringAnimation()[all …]
149 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()
572 whenever(expandableView.isExpandAnimationRunning).thenReturn(false) in <lambda>()588 whenever(expandableView.isExpandAnimationRunning).thenReturn(false) in <lambda>()604 whenever(expandableView.isExpandAnimationRunning).thenReturn(true) in <lambda>()
239 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
2561 public boolean isExpandAnimationRunning() {3676 if (row.isExpandAnimationRunning()) {3705 if (row.isExpandAnimationRunning()) {
1010 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
420 if (entry != null && entry.isExpandAnimationRunning()) { in removeEntry()
736 viewState.hidden = !view.isExpandAnimationRunning() in updateViewWithShelf()
793 if (child.isExpandAnimationRunning() || mContainingNotification.hasExpandingChild()) {
5936 if (expandableView.isExpandAnimationRunning()