Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java451 final Animator animator = getDefocusAnimator(actionsContainer); in onDefocus()
910 private Animator getDefocusAnimator(@Nullable View fadeInView) { in getDefocusAnimator() method in RemoteInputView