Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractor.kt82 fun setManualUnlockAmount(amount: Float) { in <lambda>() method
83 repository.setManualUnlockAmount(amount) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DInWindowLauncherUnlockAnimationRepository.kt78 fun setManualUnlockAmount(amount: Float?) { in setManualUnlockAmount() method