LatinIME/java
Jean Chalard 02f1c1534c Cleanup (A113)
If not composing a word, then consideredWord is always the empty
string.
Hence, it's never whitelisted, but it's also always "NotAWord",
so isWhitelistedOrNotAWord returns always true, so
allowsToBeAutoCorrected is always true. Which means that
isPrediction implies allowsToBeAutoCorrected == true.
Thus, !isPrediction && !allowsToBeAutoCorrected is strictly
equivalent to !allowsToBeAutocorrected.

Change-Id: I4ad7a7c3447851c539646d97cf55ff065e6ee115
2012-07-12 15:09:48 +09:00
..
res Import translations. DO NOT MERGE 2012-07-11 15:33:02 -07:00
src/com/android/inputmethod Cleanup (A113) 2012-07-12 15:09:48 +09:00
Android.mk
AndroidManifest.xml Add a copyright header to AndroidManifest.xml 2012-07-06 20:29:08 +09:00
MODULE_LICENSE_APACHE2
NOTICE
proguard.flags Merge "intentional logging" 2012-07-10 21:20:47 -07:00