Home
last modified time | relevance | path

Searched refs:setIsExpandAnimationRunning (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepositoryTest.kt41 underTest.setIsExpandAnimationRunning(true)
49 underTest.setIsExpandAnimationRunning(true)
52 underTest.setIsExpandAnimationRunning(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationLaunchAnimatorController.kt149 notificationExpansionRepository.setIsExpandAnimationRunning(willAnimate)
185 notificationExpansionRepository.setIsExpandAnimationRunning(false)
205 notificationExpansionRepository.setIsExpandAnimationRunning(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/data/repository/
H A DNotificationExpansionRepository.kt43 fun setIsExpandAnimationRunning(running: Boolean) { regex