LatinIME/java/src/com/android/inputmethod/latin
Jean Chalard ecf46df226 [IL54] Add a mirror method to fix the cursor pos estimate
This just mirrors what InputLogic#tryFixLyingCursorPosition
is doing. That method will go away in the next change.

Change-Id: Ifa2827dbc1f1d20e2c642d6f2d23514a01ed9203
2014-01-10 16:05:02 +09:00
..
about
debug
define
inputlogic [IL54] Add a mirror method to fix the cursor pos estimate 2014-01-10 16:05:02 +09:00
makedict Fix possible NPE. 2014-01-06 17:56:49 +09:00
personalization Prepare using dictionaryFacilitator for amanatto updates. 2014-01-07 18:11:23 +09:00
settings Passing SpacingAndPunctuations to StringUtils.looksValidForDictionaryInsertion 2014-01-09 19:05:09 +09:00
setup Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
spellcheck Remove useless method call for spell checker. 2013-12-26 14:51:05 +09:00
suggestions [IL37] Small simplification 2013-12-26 13:51:09 +09:00
userdictionary
utils Fix build. 2014-01-10 12:18:26 +09:00
AbstractDictionaryWriter.java Have dicttool use the native library to generate v4 dicts. 2013-12-13 18:18:20 +09:00
AssetFileAddress.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
AudioAndHapticFeedbackManager.java
BackupAgent.java
BinaryDictionary.java Check whether the word is OOV or not for amanatto update. 2014-01-08 21:02:35 +09:00
BinaryDictionaryFileDumper.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
BinaryDictionaryGetter.java Remove some warnings 2014-01-09 14:04:34 +09:00
Constants.java Add BatchInputArbiter 2013-12-26 14:09:57 +09:00
ContactsBinaryDictionary.java Add DictionaryFacilitatorForSuggest constructor for testing 2014-01-06 11:00:51 +09:00
Dictionary.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
DictionaryCollection.java
DictionaryFacilitatorForSuggest.java Make reloadMainDict() private. 2014-01-08 18:59:43 +09:00
DictionaryFactory.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
DictionaryPackInstallBroadcastReceiver.java
DictionaryWriter.java Remove flags from Java side. 2013-12-13 18:15:05 +09:00
DicTraverseSession.java
ExpandableBinaryDictionary.java Make required binary dictionary version use FormatSpec.* 2013-12-16 16:50:28 +09:00
InputAttributes.java [IL21] Move the workaround utils to a better place. 2013-12-20 16:48:54 +09:00
InputPointers.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
InputView.java Cancel more suggestions panel when touching keyboard 2013-12-17 12:59:37 +09:00
LastComposedWord.java Make emoji separators 2013-10-11 20:00:38 +09:00
LatinIME.java Passing SpacingAndPunctuations to RichInputConnection.getNthPreviousWords 2014-01-09 18:33:25 +09:00
LatinImeLogger.java
ReadOnlyBinaryDictionary.java [RF3] Cleanups 2013-12-06 14:53:03 +09:00
RichInputConnection.java [IL54] Add a mirror method to fix the cursor pos estimate 2014-01-10 16:05:02 +09:00
RichInputMethodManager.java
SubtypeSwitcher.java Update personalized dict only when single subtype is used. 2014-01-07 18:10:27 +09:00
Suggest.java Fix a failing test 2013-12-27 20:04:41 +09:00
SuggestedWords.java [IL37] Small simplification 2013-12-26 13:51:09 +09:00
SuggestionSpanPickedNotificationReceiver.java
SynchronouslyLoadedContactsBinaryDictionary.java Remove useless method call for spell checker. 2013-12-26 14:51:05 +09:00
SynchronouslyLoadedUserBinaryDictionary.java Remove useless method call for spell checker. 2013-12-26 14:51:05 +09:00
UserBinaryDictionary.java Add DictionaryFacilitatorForSuggest constructor for testing 2014-01-06 11:00:51 +09:00
WordComposer.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
WordListInfo.java