Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayoutController.kt129 val alphaProgress = MathUtils.map( in getGoneState() constant
154 var alphaProgress = progress in getInterpolatedState() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeKeyguardTransitionController.kt48 private var alphaProgress = 0f variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java326 final float alphaProgress = Interpolators.ALPHA_OUT.getInterpolation(linearProgress); in onAnimationProgress() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java634 float alphaProgress = calculateAlphaProgress(panelExpansionFraction); in setQsExpansion() local