Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingLayout.java104 ValueAnimator textFadeAnimator = ObjectAnimator.ofFloat(mPercentage, "alpha", 1, 0); in init() local
105 textFadeAnimator.setDuration(chargingAnimationFadeDuration); in init()
106 textFadeAnimator.setInterpolator(Interpolators.LINEAR); in init()
107 textFadeAnimator.setStartDelay(chargingAnimationFadeStartOffset); in init()
118 animatorSet.playTogether(textSizeAnimator, textOpacityAnimator, textFadeAnimator, in init()