Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt423 fun canPerformInWindowLauncherAnimations(): Boolean { in <lambda>() method in com.android.systemui.keyguard.KeyguardUnlockAnimationController
482 willUnlockWithInWindowLauncherAnimations = canPerformInWindowLauncherAnimations() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt308 assertFalse(keyguardUnlockAnimationController.canPerformInWindowLauncherAnimations()) in <lambda>()