LatinIME/java/src/com/android/inputmethod/latin/utils
Yohei Yukawa cd11905022 Support CursorAnchorInfo in the full-screen mode
This CL allows to emulate the behavior of CursorAnchorInfo
in the full-screen mode to work around the limitation of
the framework.

Basically this CL copies relevant code from the framework
to LatinIME. This is actually a code duplicate which isn't
great, but probably the only way that is available right now.

Change-Id: I30bc8c3387c91c8e47252ba699cbd967d8927dad
2014-09-11 18:36:53 +09:00
..
AdditionalSubtypeUtils.java Additional subtype ID should be independent of OS-version 2014-07-04 15:08:58 +09:00
ApplicationUtils.java [IL15] Some small refactoring 2013-12-20 11:24:45 +09:00
AsyncResultHolder.java Reset to 9bd6dac470 2013-12-13 17:13:32 +09:00
AutoCorrectionUtils.java Rename LatinImeLogger to DebugFlags 2014-07-16 18:49:00 -07:00
BinaryDictionaryUtils.java Quit creating empty dictionary file in ExpandableBinaryDictionary. 2014-04-22 13:18:36 -07:00
CapsModeUtils.java Fix some auto-caps problems: 2014-05-23 18:17:09 +09:00
CollectionUtils.java Clean up under the util package. 2014-07-18 17:47:14 +09:00
CombinedFormatUtils.java Support migration/dump of Beginning-of-Sentence entries. 2014-06-24 12:37:07 +09:00
CompletionInfoUtils.java
CoordinateUtils.java Fix wrong indents. 2014-01-24 23:55:33 +09:00
CursorAnchorInfoUtils.java Support CursorAnchorInfo in the full-screen mode 2014-09-11 18:36:53 +09:00
DebugLogUtils.java Rename LatinImeLogger to DebugFlags 2014-07-16 18:49:00 -07:00
DialogUtils.java Use platform default theme for activities and dialogs 2014-04-04 17:13:54 +09:00
DictionaryInfoUtils.java Allow adding DICTIONARY_MAX_WORD_LENGTH-length words. 2014-07-28 21:48:02 +09:00
DistracterFilter.java Apply distracter filter for UserHistoryDictionary. 2014-05-27 01:10:04 +09:00
DistracterFilterCheckingExactMatchesAndSuggestions.java Rename distracter filter class. 2014-08-08 17:01:19 +09:00
DistracterFilterCheckingIsInDictionary.java Check isInDictionary() before the distracter test. 2014-06-09 11:43:45 +09:00
ExecutorUtils.java Remove PrioritizedSerialExecutor. 2014-05-29 17:36:32 +09:00
FileUtils.java Fix possible NPE in FileUtils. 2013-12-27 14:58:38 +09:00
FragmentUtils.java Use fragment for keyboard theme settings 2014-07-29 18:19:20 +09:00
ImportantNoticeUtils.java Refactor logic to determine showing suggestions strip or not 2014-06-06 19:41:21 +09:00
InputTypeUtils.java
IntentUtils.java
JniUtils.java
JsonUtils.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
LanguageModelParam.java Use CharSequence for spell checker to keep spans preserved 2014-07-20 02:16:11 +00:00
LeakGuardHandlerWrapper.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
LocaleUtils.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
PrevWordsInfoUtils.java Move getPrevWordsInfoFromNthPreviousWord to PrevWordsInfoUtils. 2014-07-07 13:07:57 +09:00
RecapitalizeStatus.java Don't recapitalize just at the start of input 2014-06-04 16:29:31 +09:00
ResizableIntArray.java Rename InputPointers.addPointer and ResizableIntArray.add 2014-01-08 14:30:21 +09:00
ResourceUtils.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
RunInLocale.java Stop using Configuration.setLocale 2014-04-22 09:22:46 -07:00
ScriptUtils.java [SD13] Reorder an enum alphabetically 2014-07-30 15:58:43 +09:00
SpacebarLanguageUtils.java Refactor SubtypeLocaleUtils a bit 2014-04-10 17:24:58 +09:00
SpannableStringUtils.java Don't resume suggestion on links. 2014-02-17 20:36:16 +09:00
StringUtils.java Enable StringUtils to split CharSequence like String#split 2014-07-19 22:47:56 +09:00
SubtypeLocaleUtils.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
SuggestionResults.java Rename ProductionFlag to ProductionFlags 2014-07-16 19:26:32 -07:00
TargetPackageInfoGetterTask.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
TextRange.java Don't resume suggestion on links. 2014-02-17 20:36:16 +09:00
TypefaceUtils.java Use Java 7 diamond operator 2014-05-24 01:05:42 +09:00
UncachedInputMethodManagerUtils.java Restore additional subtypes when the package is updated 2014-07-04 20:50:00 +09:00
ViewLayoutUtils.java Simplify onComputeInsets of LatinIME 2014-08-27 19:20:38 +09:00
XmlParseUtils.java