Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java213 ValueAnimator textFadeAnimatorIcon = ObjectAnimator.ofFloat(chargingViewIcon, "alpha", 1, in init() local
215 textFadeAnimatorIcon.setDuration(chargingAnimationFadeDuration); in init()
216 textFadeAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init()
217 textFadeAnimatorIcon.setStartDelay(chargingAnimationFadeStartOffset); in init()
221 animatorSetIcon.playTogether(textOpacityAnimatorIcon, textFadeAnimatorIcon); in init()