commit | 708c957fa32d25499960eea050db7a23f1353262 | [log] [tgz] |
---|---|---|
author | Hiroki Sato <hirokisato@google.com> | Thu Mar 24 15:41:48 2022 +0900 |
committer | Hiroki Sato <hirokisato@google.com> | Mon Mar 28 20:03:24 2022 +0900 |
tree | 410475a34b293526821a702e855d9df957ae2e91 | |
parent | 62af809a653592b6183374ef693d76c0dca17a45 [diff] |
Add private API InputMethodManager#reportVirtualDisplayGeometry This logically relands the change [1] which added an @hide api InputMethodManager#reportActivityView() with renaming as reportVirtualDisplayGeometry(). Because ActivityView was removed, this API was removed [2] once. However, because this API is useful for OEM customization, this change adds the same API with a generalized method name. Note that there was a change on how cross-display input connection cursor update is blocked [3]. Thus, this CL adapts to it. [1] Id0411a80456182111bb5b681c6d1230b58e7ec2e [2] Idd60d96a39f827197d189beb5de016446576d9cd [3] Iec12733d37e112b7271436bba15094ae2a55a450 Bug: 224424149 Test: manual. Cursor is updated in cross-display connection. Change-Id: I35b491da5a340844e17542d7a6198f8152bbeda3