Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractor.kt370 val isLegacyShadeInResetPosition = in <lambda>() constant
372 if (goneValue == 1f || (goneValue == 0f && isLegacyShadeInResetPosition)) { in <lambda>()
375 } else if (!isLegacyShadeInResetPosition) { in <lambda>()