Home
last modified time | relevance | path

Searched defs:alphaProgress (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt118 val alphaProgress = MathUtils.map( in getGoneState() constant
143 var alphaProgress = progress in getInterpolatedState() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java179 final float alphaProgress = Interpolators.ALPHA_OUT.getInterpolation(linearProgress); in onAnimationProgress() local