Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DInWindowLauncherUnlockAnimationManager.kt157 fun playUnlockAnimation( in <lambda>() method in com.android.systemui.keyguard.ui.view.InWindowLauncherUnlockAnimationManager
164 launcher.playUnlockAnimation(unlocked, duration, startDelay) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/binder/
DInWindowLauncherUnlockAnimationManagerTest.kt83 underTest.playUnlockAnimation(true, 200, 0) in testPlayUnlockAnimation_onlyCalledIfPrepared()
85 .playUnlockAnimation(any(), any(), any()) in testPlayUnlockAnimation_onlyCalledIfPrepared()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/smartspace/
DILauncherUnlockAnimationController.aidl36 oneway void playUnlockAnimation(boolean unlocked, long duration, long startDelay); in playUnlockAnimation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DInWindowLauncherAnimationViewBinder.kt52 inWindowLauncherUnlockAnimationManager.playUnlockAnimation(unlocked = true) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt584 launcherUnlockController?.playUnlockAnimation( in <lambda>()
688 launcherUnlockController?.playUnlockAnimation( in <lambda>()