Searched refs:headsUpAnimationsEnabled (Results 1 – 3 of 3) sorted by relevance
39 .sample(viewModel.headsUpAnimationsEnabled, ::Pair) in <lambda>()
607 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_true()620 val animationsEnabled by collectLastValue(underTest.headsUpAnimationsEnabled) in headsUpAnimationsEnabled_keyguardShowing_false()
274 val headsUpAnimationsEnabled: Flow<Boolean> by lazy { in <lambda>() constant