Add {Show,Hide}VirtualKeyboard to InputMethodManagerInstance.
Moving focus to/from a text field doesn't necessarily show/hide the virtual keyboard. For example, a hidden text field is automatically focused when opening window switcher, but it should not cause the virtual keyboard show up. This CL adds 2 new methods to ArcInputMethodManagerInstance interface to control show/hide the virtual keyboard of ARC IMEs. A caller of HideVirtualKeyboard() will be added later in a separate CL. Bug: 845079 Test: Open window switcher, but ARC IME doesn't show up. Change-Id: I538cf826d97a0d3bab49dd64075cde9b55494ac5 Reviewed-on: https://chromium-review.googlesource.com/c/1273395Reviewed-by:Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#598751}
Showing
Please register or sign in to comment