LatinIME/java/src/com/android/inputmethod/latin/utils
Yuichiro Hanada a328f538c3 Fix PrioritizedSerialExecutor.
It was possible that fetchNextTasks() would be called by multiple
threads concurrently.
If it happens, some tasks in the task queues might be ignored.

Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8
2013-09-27 16:46:34 +09:00
..
AdditionalSubtypeUtils.java Update resources 2013-09-20 14:49:54 +09:00
ApplicationUtils.java
AsyncResultHolder.java Add AsyncResultHolder. 2013-09-10 15:48:06 +09:00
AutoCorrectionUtils.java Move a couple classes to the utils package 2013-07-19 10:46:46 +09:00
Base64Reader.java
BoundedTreeSet.java
ByteArrayDictBuffer.java [Refactor] Rename BinaryDictReader and BinaryDictDecoder. 2013-08-19 19:36:31 +09:00
CapsModeUtils.java Tweak for armenian periods and commas. 2013-09-24 19:48:17 +09:00
CollectionUtils.java Save and restore Row attributes using stack 2013-08-19 18:36:49 +09:00
CompletionInfoUtils.java
CoordinateUtils.java
CsvUtils.java Fix some warnings 2013-07-31 16:17:01 +09:00
DebugLogUtils.java Optimize layout 2013-09-05 22:27:26 +09:00
DictionaryInfoUtils.java Clean up unused imports. 2013-08-26 08:29:16 +00:00
FeedbackUtils.java
FileTransforms.java Move settings related classes to "settings" 2013-07-22 16:35:44 +09:00
InputTypeUtils.java
IntentUtils.java
JniUtils.java
LatinImeLoggerUtils.java
LocaleUtils.java Make RunInLocale as top-level class 2013-07-24 16:00:25 +09:00
MetadataFileUriGetter.java
PrioritizedSerialExecutor.java Fix PrioritizedSerialExecutor. 2013-09-27 16:46:34 +09:00
RecapitalizeStatus.java
ResizableIntArray.java [AC7] Actually auto-commit. 2013-09-17 16:44:50 +09:00
ResourceUtils.java Add ResouceUtils.getDefaultKeyboardHeight 2013-08-07 19:23:31 +09:00
RunInLocale.java Make RunInLocale as top-level class 2013-07-24 16:00:25 +09:00
SpannableStringUtils.java Fix the offdevice regression test build 2013-09-25 19:13:47 +09:00
StaticInnerHandlerWrapper.java
StringUtils.java Fix the offdevice regression test build 2013-09-25 19:13:47 +09:00
SubtypeLocaleUtils.java Add dummy Emoji subtype 2013-08-28 16:26:00 +09:00
TargetPackageInfoGetterTask.java
TextRange.java Fix a bug that happens upon a race condition 2013-09-20 18:21:10 +09:00
TypefaceUtils.java Address a couple more issues in Khmer layout 2013-09-20 16:27:30 +09:00
UsabilityStudyLogUtils.java Add UsabilityStudyLogUtils.writeMotionEvent 2013-07-31 19:05:14 +09:00
UserHistoryDictIOUtils.java Add getDictDecoder. 2013-09-12 20:14:09 +09:00
UserHistoryForgettingCurveUtils.java Add a functionality to boost scores of personalization dictionary 2013-08-20 17:50:48 +09:00
UserLogRingCharBuffer.java Reinstate a call to UsabilityStudyLogUtils#writeChar() 2013-08-09 19:32:02 +09:00
ViewLayoutUtils.java
XmlParseUtils.java