Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModelTest.kt139 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenDeviceAsleepAndNotPulsing()
162 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenDeviceAsleepAndPulsing()
183 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isFalse_whenStartingToSleepAndNotControlScreenOff()
191 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenStartingToSleepAndControlScreenOff()
223 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenNotAsleep()
237 val animationsEnabled by collectLastValue(underTest.areContainerChangesAnimated) in animationsEnabled_isTrue_whenKeyguardIsShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DNotificationIconContainerAlwaysOnDisplayViewModel.kt53 val areContainerChangesAnimated: Flow<Boolean> = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerViewBinder.kt142 launch { viewModel.areContainerChangesAnimated.bindAnimationsEnabled(view) } in <lambda>()