Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java428 void onDefocus(boolean animate, boolean logClose, @Nullable Runnable doAfterDefocus) { in onDefocus() method in RemoteInputView
683 onDefocus(true /* animate */, false /* logClose */, () -> { in reset()
705 onDefocus(false /* animate */, false /* logClose */, null /* doAfterDefocus */); in reset()
1060 .onDefocus(animate, true /* logClose */, null /* doAfterDefocus */); in defocusIfNeeded()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java440 view.onDefocus(true /* animate */, false /* logClose */, null /* doAfterDefocus */); in testDefocusAnimation()