Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsAnimationViewController.kt92 val hideAffordance = dialogManager.shouldHideAffordance() in <lambda>() constant
96 if (hideAffordance) 0f else 1f) in <lambda>()
98 duration = if (hideAffordance) 83L else 200L in <lambda>()
99 interpolator = if (hideAffordance) Interpolators.LINEAR else Interpolators.ALPHA_IN in <lambda>()