Home
last modified time | relevance | path

Searched defs:isExpandAnimationRunning (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationLaunchAnimatorControllerTest.kt83 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedIfWeDontAnimateLaunch() constant
100 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedWhenAnimationIsCancelled() constant
117 val isExpandAnimationRunning by testScope.collectLastValue( in testHunIsRemovedAndCallbackIsInvokedWhenAnimationEnds() constant
161 val isExpandAnimationRunning by testScope.collectLastValue( in testNotificationIsExpandingDuringAnimation() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
DNotificationExpansionRepository.kt40 val isExpandAnimationRunning: Flow<Boolean> = _isExpandAnimationRunning.asStateFlow() constant in com.android.systemui.statusbar.notification.data.repository.NotificationExpansionRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java233 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java978 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry