Searched refs:textOpacityAnimator (Results 1 – 1 of 1) sorted by relevance
110 ValueAnimator textOpacityAnimator = ObjectAnimator.ofFloat(percentage, "alpha", 0, 1); in init() local111 textOpacityAnimator.setInterpolator(Interpolators.LINEAR); in init()112 textOpacityAnimator.setDuration(context.getResources().getInteger( in init()114 textOpacityAnimator.setStartDelay(context.getResources().getInteger( in init()125 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator); in init()