Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java113 private ISysuiUnlockAnimationController mSysuiUnlockAnimationController; field in SystemUiProxy
234 mSysuiUnlockAnimationController = sysuiUnlockAnimationController; in setProxy()
1096 if (mSysuiUnlockAnimationController != null) { in setLauncherUnlockAnimationController()
1098 mSysuiUnlockAnimationController.setLauncherUnlockController(controller); in setLauncherUnlockAnimationController()
1116 if (mSysuiUnlockAnimationController != null) { in notifySysuiSmartspaceStateUpdated()
1118 mSysuiUnlockAnimationController.onLauncherSmartspaceStateUpdated(state); in notifySysuiSmartspaceStateUpdated()