Searched refs:textFadeAnimatorIcon (Results 1 – 1 of 1) sorted by relevance
213 ValueAnimator textFadeAnimatorIcon = ObjectAnimator.ofFloat(chargingViewIcon, "alpha", 1, in init() local215 textFadeAnimatorIcon.setDuration(chargingAnimationFadeDuration); in init()216 textFadeAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init()217 textFadeAnimatorIcon.setStartDelay(chargingAnimationFadeStartOffset); in init()221 animatorSetIcon.playTogether(textOpacityAnimatorIcon, textFadeAnimatorIcon); in init()