Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java890 final Animator fadeOutViewAlphaAnimator = in getFocusAnimator() local
892 fadeOutViewAlphaAnimator.setDuration(FOCUS_ANIMATION_CROSSFADE_DURATION); in getFocusAnimator()
893 fadeOutViewAlphaAnimator.setInterpolator(InterpolatorsAndroidX.LINEAR); in getFocusAnimator()
900 animatorSet.playTogether(alphaAnimator, scaleAnimator, fadeOutViewAlphaAnimator); in getFocusAnimator()