aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2013-12-25 18:24:48 +0900
committerJean Chalard <jchalard@google.com>2013-12-27 16:50:06 +0900
commit71a3e96382a0564e32b6679e23f82f2413031310 (patch)
treed3a014f9e6564f3f5f0466250796d936d41d8e61 /java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java
parent31ff2a4335d6cea0a5ebc11268833ceb99a4fa72 (diff)
downloadlatinime-71a3e96382a0564e32b6679e23f82f2413031310.tar.gz
latinime-71a3e96382a0564e32b6679e23f82f2413031310.tar.xz
latinime-71a3e96382a0564e32b6679e23f82f2413031310.zip
[IL46] Remove a useless message passing.
The only point of this message is to send the processing on another thread. However, this will be accomplished later. Here is the exact call graph: 0. onUpdateBatchInput 1. -> MSG_UPDATE_GESTURE_PREVIEW_AND_SUGGESTION_STRIP 2. -> updateBatchInputSync 3. -> getSuggestedWordsGestureLocked 4. -> MSG_GET_SUGGESTED_WORDS 5. -> LatinIME#getSuggestedWords The point of both step 1. and step 4. is to make sure the processing is happening on the InputUpdater thread. Thus, it's useless to do it twice. Bug: 11326092 Bug: 8636060 Change-Id: Iceebb9e8879a8f15b73c987f5fd3489f27699be4
Diffstat (limited to 'java/src/com/android/inputmethod/latin/inputlogic/InputLogic.java')
0 files changed, 0 insertions, 0 deletions