Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerInteractor.kt74 val isPatternVisible: StateFlow<Boolean> = authenticationInteractor.isPatternVisible in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModel.kt80 val isPatternVisible: StateFlow<Boolean> = interactor.isPatternVisible in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt128 val isPatternVisible: StateFlow<Boolean> = repository.isPatternVisible in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt138 fun isPatternVisible() = in isPatternVisible() method
143 val values by collectValues(underTest.isPatternVisible) in isPatternVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt77 val isPatternVisible: StateFlow<Boolean> in <lambda>() constant
200 override val isPatternVisible: StateFlow<Boolean> = constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt47 override val isPatternVisible: StateFlow<Boolean> = _isPatternVisible.asStateFlow() in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DPatternBouncer.kt104 val isAnimationEnabled: Boolean by viewModel.isPatternVisible.collectAsStateWithLifecycle() in <lambda>()