Searched defs:isExpandAnimationRunning (Results 1 – 4 of 4) sorted by relevance
83 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() constant100 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() constant117 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() constant161 val isExpandAnimationRunning by testScope.collectLastValue( in testNotificationIsExpandingDuringAnimation() constant
40 val isExpandAnimationRunning: Flow<Boolean> = _isExpandAnimationRunning.asStateFlow() constant in com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
233 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
978 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry