summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/AbstractInputMethodService.java
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2021-08-03 14:34:05 -0700
committerYohei Yukawa <yukawa@google.com>2021-08-03 14:34:05 -0700
commitd6a60371969a45db7f9fe30a224dee5080377afc (patch)
tree31982dde57556d28242dc71fa77457185ae5b2c2 /core/java/android/inputmethodservice/AbstractInputMethodService.java
parent19e444c7dbccf3f271925ccc38fa06152ac58bcb (diff)
Remove inaccurate words "main thread" from IInputConnectionWrapper
This is a clean-up CL for up my CL [1], which introduced InputConnection#getHandler() per request from the Chromium team. This CL only renames misleading and/or inaccurate code commends and field names. There should be no observable behavior change. Even before my change [1], IInputConnectionWrapper had been responsible for re-dispatching incoming IPCs onto the "UI thread" obtained from View#getHandler(), which is not guaranteed to be the "main thread" in some rare situations. With my change [1], the target thread is no longer limited to the UI thread. This CL removes misleading and confusing "main" terminology from the variable names and comments for future readers. [1]: Id9e579bb3e2966986cdcb1c34bc8cacfeca2e1a9 612cce92ad96eda1146c3abd2afa7aaa4d4f2b3f Bug: 26945674 Bug: 192412909 Test: presubmit Change-Id: Ibb31da4f66e8a6cd35f93c3ca1cc0f871dfb3b73
Diffstat (limited to 'core/java/android/inputmethodservice/AbstractInputMethodService.java')
0 files changed, 0 insertions, 0 deletions