Searched refs:textSizeAnimator (Results 1 – 1 of 1) sorted by relevance
103 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(percentage, "textSize", in init() local105 textSizeAnimator.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()106 textSizeAnimator.setDuration(context.getResources().getInteger( in init()125 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator); in init()