LatinIME/java/src/com/android/inputmethod/latin
Tadashi G. Takaoka bc5b89cdff Use calculated backing view height instead of the view's height
This change removes the work around that was introduced by If4f24500.

Bug: 6596131
Change-Id: Ib814c07fdac7d0aa0d7fbc2764fda1af42b82ad5
2012-06-04 12:49:27 +09:00
..
define Tighten up the "define" classes. 2012-03-27 22:43:25 +09:00
makedict Clean up some compiler warnings 2012-05-25 19:04:54 +09:00
spellcheck Clean up some compiler warnings 2012-05-25 19:04:54 +09:00
suggestions Tiny comment update to reflect what the class does more accurately. 2012-05-20 16:56:29 +09:00
AdditionalSubtype.java Fix build 2012-05-24 17:13:35 +09:00
AdditionalSubtypeSettings.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
AssetFileAddress.java Cleanup unused import 2011-10-04 12:46:20 +09:00
AudioAndHapticFeedbackManager.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
AutoCorrection.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
BackupAgent.java Remove LatinIME prefix from classes 2010-12-09 21:54:51 +09:00
BinaryDictionary.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
BinaryDictionaryFileDumper.java Notify the dictionary pack about copy failures 2012-05-23 18:46:51 +09:00
BinaryDictionaryGetter.java Remove an updated dictionary that changed locales 2012-05-23 15:59:49 +09:00
Constants.java Change auto caps mode argument to int type 2012-05-18 17:46:05 +09:00
ContactsBinaryDictionary.java Fix performance issue when there are no contacts in the dictionary dictionary. 2012-05-29 09:45:42 -07:00
ContactsDictionary.java Forget user history 2012-05-28 14:34:02 +09:00
DebugSettings.java Use InputMethodSettingsFragment for IME settings 2012-04-13 19:56:47 +09:00
DebugSettingsActivity.java Use InputMethodSettingsFragment for IME settings 2012-04-13 19:56:47 +09:00
Dictionary.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
DictionaryCollection.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
DictionaryFactory.java Clean up some compiler warnings 2012-05-25 19:04:54 +09:00
DictionaryPackInstallBroadcastReceiver.java Wipe the application cache selectively 2012-05-25 18:56:13 +09:00
EditingUtils.java Fix a bug where the previous word would not be read correctly 2012-05-17 20:03:39 +09:00
ExpandableBinaryDictionary.java Fix performance issue when there are no contacts in the dictionary dictionary. 2012-05-29 09:45:42 -07:00
ExpandableDictionary.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
FileTransforms.java Cleanup unused import 2011-10-04 12:46:20 +09:00
ImfUtils.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
InputAttributes.java Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specified 2012-05-08 13:20:39 +09:00
InputTypeUtils.java Cleanup InputTypeCompatUtils to InputTypeUtils 2012-04-03 17:42:19 +09:00
InputView.java Forward touch events above the keyboard to the suggestions strip 2011-09-27 19:02:24 +09:00
JniUtils.java Split Utils class to StringUtils, SubtypeUtils, and JniUtils 2012-03-08 20:30:38 +09:00
LastComposedWord.java Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
LatinIME.java Use calculated backing view height instead of the view's height 2012-06-04 12:49:27 +09:00
LatinImeLogger.java Fix some obvious compiler warnings 2012-03-29 15:07:53 +09:00
LocaleUtils.java Fix "no language" subtype name (DO NOT MERGE) 2012-04-26 11:50:28 +09:00
ResearchLogger.java Clean up some compiler warnings 2012-05-25 19:04:54 +09:00
Settings.java Remove a vibration-related option when there's no vibrator 2012-05-30 15:24:59 +09:00
SettingsActivity.java Add custom subtype settings 2012-04-19 19:33:51 +09:00
SettingsValues.java Forget user history 2012-05-28 14:34:02 +09:00
StaticInnerHandlerWrapper.java Avoid memory leak by by non-static Handler inner classes 2011-06-26 00:14:40 +09:00
StringUtils.java Binary bigram lookup checks both uppercase and lowercase when previous word is uppercase. 2012-04-22 17:48:00 -07:00
SubtypeLocale.java Fix build 2012-05-07 08:19:17 +09:00
SubtypeSwitcher.java Check duplicated entry of "custom input style" 2012-05-17 20:20:41 +09:00
Suggest.java Fix a bug with a concurrent modification of a map. 2012-05-24 19:38:04 +09:00
SuggestedWords.java Do not set "SuggestionSpan"s for suggestions from the next word predicition 2012-05-15 12:08:31 +09:00
SuggestionSpanPickedNotificationReceiver.java Add SuggestionSpan suggestion picked notification receiver 2011-05-26 19:47:29 +09:00
SynchronouslyLoadedContactsBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
SynchronouslyLoadedContactsDictionary.java Pass the previous word to getSuggestions 2012-04-17 12:43:53 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
SynchronouslyLoadedUserDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
TargetApplicationGetter.java Fix a possible NPE. 2012-05-31 19:33:39 +09:00
UserBinaryDictionary.java Change to a binary version of the expandable user dictionary. 2012-05-17 15:12:00 -07:00
UserDictionary.java Clean up some compiler warnings 2012-05-25 19:04:54 +09:00
UserHistoryDictionary.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
UserHistoryDictionaryBigramList.java Optimize the store of bigram list 2012-05-29 15:03:10 +09:00
UserHistoryForgettingCurveUtils.java Set level 1 as the initial value of the valid words 2012-05-29 20:39:39 +09:00
Utils.java Remove an unnecessary thread. 2012-06-03 00:27:07 +09:00
VibratorUtils.java Move VibratorCompatWrapper to VibratorUtils. 2012-03-30 19:23:12 +09:00
WhitelistDictionary.java Read and use user dictionary shortcuts. 2012-05-15 12:23:43 +09:00
WordComposer.java Cancel adding user history bigram when autocorrection is cancelled 2012-05-24 12:11:02 +09:00
WordListInfo.java Allow sharing dictionaries between similar locales. 2011-08-25 19:42:06 +09:00
XmlParseUtils.java Small performance improvement by removing interface accesses. 2012-03-17 01:53:51 +09:00