Searched refs:iconScaleAnimator (Results 1 – 2 of 2) sorted by relevance
324 Animator iconScaleAnimator = mIconScaleMultiplier.animateToValue(1); in setInternalProgress() local325 iconScaleAnimator.setDuration(SCALE_AND_ALPHA_ANIM_DURATION); in setInternalProgress()326 iconScaleAnimator.setInterpolator(EMPHASIZED); in setInternalProgress()327 iconScaleAnimator.start(); in setInternalProgress()
232 final ValueAnimator iconScaleAnimator = ValueAnimator.ofFloat(1f, 0.5f); in startPeepHoleAnimation() local233 iconScaleAnimator.setDuration(ICON_FADE_OUT_DURATION_MS); in startPeepHoleAnimation()240 mPeepHoleAnimator.playTogether(radiusAnimator, iconAlphaAnimator, iconScaleAnimator); in startPeepHoleAnimation()250 float scale = (Float) iconScaleAnimator.getAnimatedValue(); in startPeepHoleAnimation()