Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingLayout.java204 ValueAnimator textOpacityAnimatorIcon = ObjectAnimator.ofFloat(chargingViewIcon, "alpha", 0, in init() local
206 textOpacityAnimatorIcon.setInterpolator(Interpolators.LINEAR); in init()
207 textOpacityAnimatorIcon.setDuration(context.getResources().getInteger( in init()
209 textOpacityAnimatorIcon.setStartDelay( in init()
221 animatorSetIcon.playTogether(textOpacityAnimatorIcon, textFadeAnimatorIcon); in init()