Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt113 val startingProgress = lastChangeStep.value in <lambda>() constant
115 if (step.to == AOD && progress >= startingProgress && startingProgress < 1f) { in <lambda>()
117 ((progress - startingProgress) / (1F - startingProgress)).coerceIn( in <lambda>()