Searched refs:alphaProgress (Results 1 – 4 of 4) sorted by relevance
48 private var alphaProgress = 0f variable72 alphaProgress = MathUtils.saturate(dragDownAmount / alphaTransitionDistance) in onDragDownAmountChanged()73 alpha = 1f - alphaProgress in onDragDownAmountChanged()110 it.println("alphaProgress: $alphaProgress") in dump()
129 val alphaProgress = MathUtils.map( in getGoneState() constant131 alpha = MathUtils.constrain(alphaProgress, 0.0f, 1.0f) in getGoneState()154 var alphaProgress = progress in getInterpolatedState() variable175 alphaProgress = MathUtils.map( in getInterpolatedState()192 alphaProgress = MathUtils.map( in getInterpolatedState()228 alphaProgress = MathUtils.map( in getInterpolatedState()244 alphaProgress = MathUtils.map( in getInterpolatedState()288 alpha = MathUtils.lerp(widgetStart.alpha, widgetEnd.alpha, alphaProgress) in getInterpolatedState()
326 final float alphaProgress = Interpolators.ALPHA_OUT.getInterpolation(linearProgress); in onAnimationProgress() local332 mVanishPaint.setAlpha(Math.round(0xFF * alphaProgress)); in onAnimationProgress()
634 float alphaProgress = calculateAlphaProgress(panelExpansionFraction); in setQsExpansion() local635 setAlphaAnimationProgress(alphaProgress); in setQsExpansion()676 onKeyguardAndExpanded ? 1 : mInSplitShade ? alphaProgress : expansion; in setQsExpansion()