commit | 5a2b8d3ffe418e4f7eb12f24aa05f98500d15cf4 | [log] [tgz] |
---|---|---|
author | Nikolas Havrikov <havrikov@google.com> | Thu Dec 02 18:21:54 2021 +0100 |
committer | Nikolas Havrikov <havrikov@google.com> | Mon Dec 13 10:23:45 2021 +0100 |
tree | 901916881c79476e1ef0d6271f945ce463a28126 | |
parent | fb11e0a86a9a5a810ce018c7c31b9f8c8514c8b1 [diff] |
Store displayIdToShowIme in an IMMS field This change allows the IMMS to remember the last display id the IME was requested to bind on. One use case is when we want to prevent binding the IME if there is no currently focused editText, and yet we want to still be able to handle an explicit request to show the IME later. Remembering the display id helps to show it on the correct screen. Bug: 199887357 Bug: 37617707 Test: make Change-Id: I98459c4a44416fd7209150932a2a2520612da818