Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DSwipeToDismissInteractor.kt58 .filter { (flingInfo, startedState, keyguardDismissable) -> in <lambda>() method
61 startedState == KeyguardState.LOCKSCREEN && in <lambda>()
DKeyguardTransitionInteractor.kt425 when (val startedState = currentTransitionInfoInternal.value.to) { in <lambda>() method
437 else -> Log.e(TAG, "We don't know how to dismiss keyguard from state $startedState.") in <lambda>()