Searched refs:animatedValue (Results 1 – 5 of 5) sorted by relevance
88 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local89 mGroup->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()93 SkColor animatedValue = calculateAnimatedValue(fraction); in setFraction() local94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()98 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()108 float animatedValue = calculateAnimatedValue(fraction); in setFraction() local109 mTree->mutateProperties()->setRootAlpha(animatedValue); in setFraction()
65 val newAlpha = animation.animatedValue as Float in <lambda>()
294 anim.addUpdateListener { animation -> setEmptyDragAmount(animation.animatedValue as Float) } in <lambda>()
472 final float animatedValue = (float) animation.getAnimatedValue(); in BubbleStackView()473 animatedMatrix.setSaturation(animatedValue); in BubbleStackView()475 final float animatedDarkenValue = (1f - animatedValue) * DARKEN_PERCENT; in BubbleStackView()
990 float animatedValue = (Float) animation.getAnimatedValue(); in animate()991 setNotificationViewClipBounds((int) animatedValue); in animate()