Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorControllerTest.kt83 val isExpandAnimationRunning by testScope.collectLastValue( regex
100 val isExpandAnimationRunning by testScope.collectLastValue( regex
117 val isExpandAnimationRunning by testScope.collectLastValue( regex
161 val isExpandAnimationRunning by testScope.collectLastValue( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java978 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in NotificationEntry
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java233 public boolean isExpandAnimationRunning() { in isExpandAnimationRunning() method in ExpandableView