commit | d8c0b18ea5da07a409f3dd7818278880e03f03ae | [log] [tgz] |
---|---|---|
author | Yohei Yukawa <yukawa@google.com> | Fri Jul 23 09:31:44 2021 -0700 |
committer | Yohei Yukawa <yukawa@google.com> | Fri Jul 30 13:49:02 2021 +0000 |
tree | 3882fd1374d62c82f308a9c7068785162d92ea4c | |
parent | b8364adc23f78fd9c622486c717c0420d1daf4c0 [diff] |
Clarify on return value of IC#setImeConsumesInput() This CL aims to clarify on what the return value of InputConnection#setImeConsumesInput() means for both the IME authors and editor authors [1][2]. In short, the semantics is exactly the same as InputConnection#performSpellCheck() hence this CL reuses its @return section. Other than clarifying an API doc, this CL changes nothing. [1]: Ic04cacfd73f1f4cb254bb16caf6b04c00c91a318 30fe6aa9648e6138f7cf2e58105a8affbec91364 [2]: I8ac1ea4d53f747b0086ed415ff90793dfc6155bc 66b21086e39ee2f41abaa10a122124b5182be0b8 Bug: 175362887 Fix: 194099171 Test: presubmit Change-Id: Ibdfe81a9dd1448856797aaed2f14de1314da1cac Merged-In: Ibdfe81a9dd1448856797aaed2f14de1314da1cac (cherry picked from commit f9ca70be577b6d6337d323d3cd0c05640d6a7970)