Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java935 Animator fadeInViewAlphaAnimator = in getDefocusAnimator() local
937 fadeInViewAlphaAnimator.setDuration(FOCUS_ANIMATION_FADE_IN_DURATION); in getDefocusAnimator()
938 fadeInViewAlphaAnimator.setInterpolator(InterpolatorsAndroidX.LINEAR); in getDefocusAnimator()
939 fadeInViewAlphaAnimator.setStartDelay(DEFOCUS_ANIMATION_CROSSFADE_DELAY); in getDefocusAnimator()
940 animatorSet.playTogether(alphaAnimator, scaleAnimator, fadeInViewAlphaAnimator); in getDefocusAnimator()