Searched refs:onDefocus (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputViewTest.java | 439 view.onDefocus(true /* animate */, false /* logClose */, null /* doAfterDefocus */); in testDefocusAnimation() 465 view.onDefocus(true /* animate */, false /* logClose */, null /* doAfterDefocus */); in testUnanimatedFocusAfterDefocusAnimation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputView.java | 421 void onDefocus(boolean animate, boolean logClose, @Nullable Runnable doAfterDefocus) { in onDefocus() method in RemoteInputView 653 onDefocus(true /* animate */, false /* logClose */, () -> { in reset() 1009 .onDefocus(animate, true /* logClose */, null /* doAfterDefocus */); in defocusIfNeeded()
|