Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DInWindowLauncherUnlockAnimationRepository.kt72 val launcherSmartspaceState: MutableStateFlow<SmartspaceState?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.data.repository.InWindowLauncherUnlockAnimationRepository
87 launcherSmartspaceState.value = state in setLauncherSmartspaceState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationController.kt204 var launcherSmartspaceState: SmartspaceState? = null in <lambda>() variable in com.android.systemui.keyguard.KeyguardUnlockAnimationController
254 launcherSmartspaceState = state in <lambda>()
1054 launcherSmartspaceState == null) { in <lambda>()
1060 if ((launcherSmartspaceState?.visibleOnScreen) != true) { in <lambda>()