Searched refs:isPatternVisible (Results 1 – 7 of 7) sorted by relevance
72 val isPatternVisible: StateFlow<Boolean> = interactor.isPatternVisible
118 fun isPatternVisible() = regex123 val values by collectValues(underTest.isPatternVisible)
91 val isPatternVisible: StateFlow<Boolean> = authenticationInteractor.isPatternVisible
186 val isPatternVisible: StateFlow<Boolean> = repository.isPatternVisible
94 val isPatternVisible: StateFlow<Boolean>196 override val isPatternVisible: StateFlow<Boolean> =
44 override val isPatternVisible: StateFlow<Boolean> = _isPatternVisible.asStateFlow()
90 val isAnimationEnabled: Boolean by viewModel.isPatternVisible.collectAsState()