Searched refs:animatedValue (Results 1 – 13 of 13) sorted by relevance
219 protected void onSetFocusAnimatedValue(float animatedValue) { in onSetFocusAnimatedValue() argument222 float scale = 1f + (mVerticalCardMargin / cardViewHeight) * animatedValue; in onSetFocusAnimatedValue()225 setTranslationZ(mFocusTranslationZ * animatedValue); in onSetFocusAnimatedValue()233 * animatedValue) in onSetFocusAnimatedValue()240 setTextViewFocusedAlpha(animatedValue); in onSetFocusAnimatedValue()245 private void setFocusAnimatedValue(float animatedValue) { in setFocusAnimatedValue() argument246 mFocusAnimatedValue = animatedValue; in setFocusAnimatedValue()247 onSetFocusAnimatedValue(animatedValue); in setFocusAnimatedValue()
64 bannerTranslateAnimator.addUpdateListener { banner.y = (it.animatedValue as Int).toFloat() } in animateBanner()66 .addUpdateListener { appsGridBackground.y = (it.animatedValue as Int).toFloat() } in animateBanner()
80 t.setPosition(it, anim.animatedValue as Float * targetX, 0f) in startAnimation()90 t.setPosition(it, (1f - anim.animatedValue as Float) * -targetX, 0f) in startAnimation()
52 closingControls.forEach { t.setAlpha(it, anim.animatedValue as Float) } in startAnimation()
127 transitionProgress = it.animatedValue as Float in <lambda>()185 val progress = it.animatedValue as Float in <lambda>()247 transitionProgress = it.animatedValue as Float in <lambda>()
132 val progress = updatedAnimation.animatedValue as Float in onAnimationUpdate()152 animator = ObjectAnimator.ofFloat((animator.animatedValue as Float), 0f) in finishAnimation()
195 val alpha = it.animatedValue as Float in createOpenCloseAnimator()205 val translationY = it.animatedValue as Float in createOpenCloseAnimator()
185 sensorLeftOffset = it.animatedValue as Float in <lambda>()191 sensorTopOffset = it.animatedValue as Float in <lambda>()
105 @ColorInt val color = valueAnimator.animatedValue as Int in onAnimationUpdate()
381 float animatedValue = (Float) animation.getAnimatedValue();382 setViewClipBounds((int) animatedValue);
177 addUpdateListener { setWidth(it.animatedValue as Int) } in <lambda>()
140 view.layoutParams.width = it.animatedValue as Int in <lambda>()
215 cornerRadii.fill(it.animatedValue as Float, fromIndex = 4, toIndex = 8) in <lambda>()