Searched refs:animateDozingTransitions (Results 1 – 5 of 5) sorted by relevance
36 val animateDozingTransitions: Flow<Boolean> = repository.animateBottomAreaDozingTransitions constant in com.android.systemui.keyguard.domain.interactor.KeyguardBottomAreaInteractor
402 val animateDozingTransitions: Flow<Boolean> by lazy { in <lambda>() constant
178 bottomAreaInteractor.animateDozingTransitions.distinctUntilChanged(), in <lambda>()
208 keyguardInteractor.animateDozingTransitions.distinctUntilChanged(), in <lambda>()
379 val isAnimate by collectLastValue(underTest.animateDozingTransitions) in animationDozingTransitions()