Searched refs:startedUnlockAnimation (Results 1 – 3 of 3) sorted by relevance
45 val startedUnlockAnimation = MutableStateFlow(false) constant75 startedUnlockAnimation.value = started in setStartedUnlockAnimation()
47 val startedUnlockAnimation = repository.startedUnlockAnimation.asStateFlow() in <lambda>() constant
129 preparedForUnlock && !interactor.startedUnlockAnimation.value in <lambda>()