maiacore android keyboard app or something
Find a file
Yohei Yukawa a475c85480 Introduce a mechanism to hide the indicator speculatively
This is an optional optimization to reduce the UI latency.

Imagine that the commit indicator is now displayed and the
composing text is being updated, it is highly likely that
the commit indicator will disappear unless the application
rejects the setComposingText request.

If we assume that the application will accept the new
composing text without any modifications, we can hide the
indicator without waiting for the arrival of new
CursorAnchorInfo event.

This optimization isn't dangerous because we can show the
indicator again when we receive new CursorAnchorInfo event
and the assumption is turned out to be invalid.

Change-Id: Id59c6607a1029782410611e768791af9984f14ac
2014-08-26 23:42:53 -07:00
dictionaries Add the source for the Romanian dictionary 2014-08-18 12:49:56 +09:00
java Introduce a mechanism to hide the indicator speculatively 2014-08-26 23:42:53 -07:00
java-overridable/src/com/android/inputmethod follow-up to API change in I4a577bfd02b37b 2014-08-21 21:39:15 -07:00
native Use IntArrayView to add/remove n-gram entry. 2014-08-06 12:52:01 +09:00
tests Fix a bug where the top prediction would disappear. 2014-08-26 20:35:59 +09:00
tools DO NOT MERGE: Abolish source code overlay and introduce overridable src dir 2014-08-20 02:56:09 +00:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00