Home
last modified time | relevance | path

Searched refs:primaryBouncerStartingDisappearAnimation (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractorTest.kt108 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DPrimaryBouncerInteractor.kt102 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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/
DKeyguardBouncerRepository.kt55 val primaryBouncerStartingDisappearAnimation: StateFlow<Runnable?> constant
152 override val primaryBouncerStartingDisappearAnimation = in setPrimaryScrimmed() constant in com.android.systemui.bouncer.data.repository.KeyguardBouncerRepositoryImpl
296 primaryBouncerStartingDisappearAnimation in setPrimaryScrimmed()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/bouncer/data/repository/
DFakeKeyguardBouncerRepository.kt27 override val primaryBouncerStartingDisappearAnimation = constant in com.android.systemui.bouncer.data.repository.FakeKeyguardBouncerRepository