Searched refs:isExpandAnimationRunning (Results 1 – 13 of 13) sorted by relevance
82 assertFalse(notification.entry.isExpandAnimationRunning)83 val isExpandAnimationRunning by testScope.collectLastValue( regex86 assertFalse(isExpandAnimationRunning!!)99 assertFalse(notification.entry.isExpandAnimationRunning)100 val isExpandAnimationRunning by testScope.collectLastValue( regex103 assertFalse(isExpandAnimationRunning!!)116 assertFalse(notification.entry.isExpandAnimationRunning)117 val isExpandAnimationRunning by testScope.collectLastValue( regex120 assertFalse(isExpandAnimationRunning!!)160 assertTrue(notification.entry.isExpandAnimationRunning)[all …]
32 val latest by collectLastValue(underTest.isExpandAnimationRunning)39 val latest by collectLastValue(underTest.isExpandAnimationRunning)48 val latest by collectLastValue(underTest.isExpandAnimationRunning)
150 notificationEntry.isExpandAnimationRunning = willAnimate186 notificationEntry.isExpandAnimationRunning = false192 notification.isExpandAnimationRunning = true204 notification.isExpandAnimationRunning = false206 notificationEntry.isExpandAnimationRunning = false
40 val isExpandAnimationRunning: Flow<Boolean> = _isExpandAnimationRunning.asStateFlow()
408 whenever(expandableView.isExpandAnimationRunning).thenReturn(false)424 whenever(expandableView.isExpandAnimationRunning).thenReturn(false)440 whenever(expandableView.isExpandAnimationRunning).thenReturn(true)
199 if (entry != null && entry.isExpandAnimationRunning()) { in removeAlertEntry()
233 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
2412 public boolean isExpandAnimationRunning() {3567 if (row.isExpandAnimationRunning()) {3598 if (row.isExpandAnimationRunning()) {
221 notificationExpansionRepository.isExpandAnimationRunning(), in NotificationShadeWindowViewController()
978 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
638 viewState.hidden = !view.isExpandAnimationRunning() in updateViewWithShelf()
663 if (child.isExpandAnimationRunning() || mContainingNotification.hasExpandingChild()) {
5806 if (expandableView.isExpandAnimationRunning()