Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DInWindowLauncherUnlockAnimationManager.kt76 private var manualUnlockAmount: Float? = null in <lambda>() variable in com.android.systemui.keyguard.ui.view.InWindowLauncherUnlockAnimationManager
115 manualUnlockAmount = null in <lambda>()
131 manualUnlockAmount != null && manualUnlockAmount != 1f in <lambda>()
149 manualUnlockAmount = null // Un-set the manual unlock amount as we're now visible. in <lambda>()
195 manualUnlockAmount = amount in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DInWindowLauncherUnlockAnimationRepository.kt57 val manualUnlockAmount: MutableStateFlow<Float?> = MutableStateFlow(null) constant in com.android.systemui.keyguard.data.repository.InWindowLauncherUnlockAnimationRepository
79 manualUnlockAmount.value = amount in setManualUnlockAmount()