Home
last modified time | relevance | path

Searched refs:textSizeAnimator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingLayout.java94 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(mPercentage, "textSize", in init() local
96 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()