Searched refs:textOpacityAnimatorIcon (Results 1 – 1 of 1) sorted by relevance
204 ValueAnimator textOpacityAnimatorIcon = ObjectAnimator.ofFloat(chargingViewIcon, "alpha", 0, in init() local206 textOpacityAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init()207 textOpacityAnimatorIcon.setDuration(context.getResources().getInteger( in init()209 textOpacityAnimatorIcon.setStartDelay( in init()221 animatorSetIcon.playTogether(textOpacityAnimatorIcon, textFadeAnimatorIcon); in init()