Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java168 ValueAnimator textSizeAnimatorTransmitting = ObjectAnimator.ofFloat(transmittingPercentage, in init() local
170 textSizeAnimatorTransmitting.setInterpolator(new PathInterpolator(0, 0, 0, 1)); in init()
171 textSizeAnimatorTransmitting.setDuration(context.getResources().getInteger( in init()
192 animatorSetTransmitting.playTogether(textSizeAnimatorTransmitting, in init()