Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java839 final Animator fadeOutViewAlphaAnimator = in getFocusAnimator() local
841 fadeOutViewAlphaAnimator.setDuration(FOCUS_ANIMATION_CROSSFADE_DURATION); in getFocusAnimator()
842 fadeOutViewAlphaAnimator.setInterpolator(InterpolatorsAndroidX.LINEAR); in getFocusAnimator()
849 animatorSet.playTogether(alphaAnimator, scaleAnimator, fadeOutViewAlphaAnimator); in getFocusAnimator()