Searched refs:defocusIfNeeded (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DRemoteInputView.java308 private void defocusIfNeeded(boolean animate) { method in class:RemoteInputView.RemoteEditText
337 defocusIfNeeded(false /* animate */);
345 defocusIfNeeded(true /* animate */);
368 defocusIfNeeded(true /* animate */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java362 mEditText.defocusIfNeeded(false /* animated */);
498 private void defocusIfNeeded(boolean animate) { method in class:RemoteInputView.RemoteEditText
524 defocusIfNeeded(false /* animate */);
532 defocusIfNeeded(true /* animate */);
560 defocusIfNeeded(true /* animate */);
571 defocusIfNeeded(true /* animate */);

Completed in 28 milliseconds