Searched refs:textSizeAnimator (Results 1 – 1 of 1) sorted by relevance
94 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(mPercentage, "textSize", in init() local96 textSizeAnimator.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()97 textSizeAnimator.setDuration((long) context.getResources().getInteger( in init()116 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator); in init()