Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DPrimaryBouncerToGoneTransitionViewModel.kt92 .flatMapLatest { createBouncerAlphaFlow { it } } in <lambda>()
94 createBouncerAlphaFlow(primaryBouncerInteractor::willRunDismissFromKeyguard)
97 private fun createBouncerAlphaFlow(willRunAnimationOnKeyguard: () -> Boolean): Flow<Float> { in createBouncerAlphaFlow() method