commit | b570c64ad18735b47df053dd79bfb79a74106236 | [log] [tgz] |
---|---|---|
author | Victoria Lease <violets@google.com> | Thu Aug 23 15:32:42 2012 -0700 |
committer | Victoria Lease <violets@google.com> | Thu Aug 23 15:32:42 2012 -0700 |
tree | 19a12538904af449054bcbac87fbd9c0e85d4f5d | |
parent | 2e9aa74127b9f5d4bc3c424ceb198f58c21eba73 [diff] |
avert 2500ms wait in InputMethodManager When dispatching input events to the main thread, the event is handled directly rather than queued. If we have a timeout waiting for the event to happen, it has to be registered before we call the dispatcher, otherwise we'll wait for the timeout even though the event has already been handled. Bug: 6734044 Change-Id: I6826163dbc6133b385cf1076bb077fb4e82870a1