Home
last modified time | relevance | path

Searched defs:setLauncherUnlockController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/smartspace/
DISysuiUnlockAnimationController.aidl27 oneway void setLauncherUnlockController(ILauncherUnlockAnimationController callback); in setLauncherUnlockController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt231 override fun setLauncherUnlockController(callback: ILauncherUnlockAnimationController?) { in <lambda>() method in com.android.systemui.keyguard.KeyguardUnlockAnimationController