Searched refs:primaryBouncerStartingDisappearAnimation (Results 1 – 4 of 4) sorted by relevance
108 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in setUp()196 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in testExpansion_fullyShown()205 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in testExpansion_fullyHidden()304 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in testIsFullShowing()330 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(Runnable {}) in testIsAnimatingAway()332 whenever(repository.primaryBouncerStartingDisappearAnimation.value).thenReturn(null) in testIsAnimatingAway()
102 repository.primaryBouncerStartingDisappearAnimation.filterNotNull() in <lambda>()221 if (repository.primaryBouncerStartingDisappearAnimation.value == null) { in <lambda>()340 repository.primaryBouncerStartingDisappearAnimation.value == null in <lambda>()357 return repository.primaryBouncerStartingDisappearAnimation.value != null in <lambda>()
55 val primaryBouncerStartingDisappearAnimation: StateFlow<Runnable?> constant152 override val primaryBouncerStartingDisappearAnimation = in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl296 primaryBouncerStartingDisappearAnimation in setPrimaryScrimmed()
27 override val primaryBouncerStartingDisappearAnimation = constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository