Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java107 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(percentage, "textSize", in init() local
109 textSizeAnimator.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()
110 textSizeAnimator.setDuration(context.getResources().getInteger( in init()
129 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator); in init()