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.java89 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(mPercentage, "textSize", in init() local
91 textSizeAnimator.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()
92 textSizeAnimator.setDuration((long) context.getResources().getInteger( in init()
118 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator, in init()