Home
last modified time | relevance | path

Searched refs:isPatternVisible (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
H A DPatternBouncerViewModel.kt72 val isPatternVisible: StateFlow<Boolean> = interactor.isPatternVisible
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt118 fun isPatternVisible() = regex
123 val values by collectValues(underTest.isPatternVisible)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
H A DBouncerInteractor.kt91 val isPatternVisible: StateFlow<Boolean> = authenticationInteractor.isPatternVisible
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt186 val isPatternVisible: StateFlow<Boolean> = repository.isPatternVisible
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt94 val isPatternVisible: StateFlow<Boolean>
196 override val isPatternVisible: StateFlow<Boolean> =
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt44 override val isPatternVisible: StateFlow<Boolean> = _isPatternVisible.asStateFlow()
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPatternBouncer.kt90 val isAnimationEnabled: Boolean by viewModel.isPatternVisible.collectAsState()