diff options
author | Tarandeep Singh <tarandeep@google.com> | 2019-10-29 15:27:16 -0700 |
---|---|---|
committer | Tarandeep Singh <tarandeep@google.com> | 2019-10-31 10:12:34 -0700 |
commit | e0172102b9c9a9640209e3223bb6c60fe1d5cabb (patch) | |
tree | 39c06160b1b7e2d857c9e8750699eb96272d9c60 /tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java | |
parent | 4a0b1750ef697bb4f329a3beffe88bf46e1e6385 (diff) |
Move startInput for WINDOW_FOCUS_GAIN to background thread
For a typical window with Editor, IMM#startInputOrWindowGainedFocus
is called twice: first for WINDOW_FOCUS_GAIN (dummyInput), then
CHECK_FOCUS when actual editor receives focus and startsInput.
The first once can be moved to background thread and second startInput
will wait till its finished.
Bug: 139806621
Test: Manually launch activities with editors and confirm no change in
behavior.
Change-Id: I6aa4a664cfd0c86f75cee2457715317194bbe5e2
Diffstat (limited to 'tests/Codegen/src/com/android/codegentest/SampleWithNestedDataClasses.java')
0 files changed, 0 insertions, 0 deletions