Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java470 android.animation.Animator reveal = mRevealParams.createCircularHideAnimator(this); in onDefocus()
1221 android.animation.Animator createCircularHideAnimator(View view) { in createCircularHideAnimator() method in RemoteInputView.RevealParams