Searched refs:createBouncerAlphaFlow (Results 1 – 1 of 1) sorted by relevance
92 .flatMapLatest { createBouncerAlphaFlow { it } } in <lambda>()94 createBouncerAlphaFlow(primaryBouncerInteractor::willRunDismissFromKeyguard)97 private fun createBouncerAlphaFlow(willRunAnimationOnKeyguard: () -> Boolean): Flow<Float> { in createBouncerAlphaFlow() method