maiacore android keyboard app or something
 
 
 
 
Go to file
Jean Chalard 71a3e96382 [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
2013-12-27 16:50:06 +09:00
dictionaries Update dictionaries 2013-10-08 10:34:56 +00:00
java [IL46] Remove a useless message passing. 2013-12-27 16:50:06 +09:00
native Merge "Differentiate exact matches' minor errors." 2013-12-19 04:14:11 +00:00
tests Fix a bug where predictions would not pop upon manual pick 2013-12-26 23:19:29 +09:00
tools Remove ver4 dict updater. 2013-12-17 18:17:51 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00