Searched defs:startingToHide (Results 1 – 2 of 2) sorted by relevance
47 val startingToHide: Flow<Unit> = interactor.startingToHide in <lambda>() constant in com.android.systemui.keyguard.ui.viewmodel.KeyguardBouncerViewModel
99 val startingToHide: Flow<Unit> = repository.primaryBouncerStartingToHide.filter { it }.map {} in <lambda>() constant