Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractor.kt59 .map { transitioningToGone -> transitioningToGone && isLauncherUnderneath() } in <lambda>()
98 fun isLauncherUnderneath(): Boolean { in <lambda>() method
DKeyguardSurfaceBehindInteractor.kt73 inWindowLauncherUnlockAnimationInteractor.get().isLauncherUnderneath() in <lambda>()