Home
last modified time | relevance | path

Searched refs:animateBottomAreaDozingTransitions (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardBottomAreaInteractor.kt34 val animateDozingTransitions: Flow<Boolean> = repository.animateBottomAreaDozingTransitions
H A DKeyguardInteractor.kt213 val animateDozingTransitions: Flow<Boolean> = repository.animateBottomAreaDozingTransitions
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepositoryImplTest.kt118 fun animateBottomAreaDozingTransitions() = regex
120 assertThat(underTest.animateBottomAreaDozingTransitions.value).isEqualTo(false)
123 assertThat(underTest.animateBottomAreaDozingTransitions.value).isTrue()
126 assertThat(underTest.animateBottomAreaDozingTransitions.value).isFalse()
129 assertThat(underTest.animateBottomAreaDozingTransitions.value).isTrue()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt71 val animateBottomAreaDozingTransitions: StateFlow<Boolean>
265 override val animateBottomAreaDozingTransitions =
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt41 override val animateBottomAreaDozingTransitions: StateFlow<Boolean> =