arc: Block host IME when ALT_FOCUSABLE_IM is set
When an ARC window has ALT_FOCUSABLE_IM or NOT_FOCUSABLE window flag on Android side, we should always send key events through Wayland protocol, even if there's still an active InputConnection. In order to do that, this CL adds set_ime_blocked and unset_ime_blocked requests to zcr_remote_surface_v1. Test: manual(Use a tester app in http://b/110046541#comment12) Bug: 110046541 Change-Id: Ie9041b56e050a5acfb27e54d972b55548d8c7d7b (cherry picked from commit 7e54e64490455f74693b107e99bb833087cd23e3)
Loading