Searched refs:areContainerChangesAnimated (Results 1 – 3 of 3) sorted by relevance
139 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()
53 val areContainerChangesAnimated: Flow<Boolean> = in <lambda>() constant
142 launch { viewModel.areContainerChangesAnimated.bindAnimationsEnabled(view) } in <lambda>()