Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt428 val fadeInProgress = regex
435 if (fadeInProgress < 1) {
437 interpolators.contentBeforeFadeOutInterpolator.getInterpolation(fadeInProgress)
H A DActivityLaunchAnimator.kt857 val fadeInProgress = regex
866 if (fadeInProgress > 0) {
874 .withAlpha(NAV_FADE_IN_INTERPOLATOR.getInterpolation(fadeInProgress))