Searched refs:expandTextScaleAnimator (Results 1 – 1 of 1) sorted by relevance
175 ValueAnimator expandTextScaleAnimator = ValueAnimator.ofFloat( in createAnimators() local177 expandTextScaleAnimator.setInterpolator(Animation.expansionInterpolator); in createAnimators()178 expandTextScaleAnimator.setDuration(Animation.expansionDuration); in createAnimators()179 expandTextScaleAnimator.addUpdateListener(valueAnimator -> { in createAnimators()184 expandAnimators.add(expandTextScaleAnimator); in createAnimators()