maiacore android keyboard app or something
Find a file
Tadashi G. Takaoka 59f8ca752d Skip successive InputMethodService callbacks after orientation changed
IME is called back four methods for each input field as a IME life
cycle. The four methods are onStartInput, onStartInputView,
onFinishInputView and onFinishInput.

After orientation changed, Those quartet methods will be called back
twice. This behavior of the framework might be a bug.

In order to restore the previous keyboard layout, we should skip
onFinishInputView and onFinishInput of the first quartet and
onStartInput and onStartInputView of the second quartet.

Bug: 4311428
Change-Id: I450ddc0cce5d00abc971ffd42a507a8a86682548
2011-09-30 10:38:32 +09:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
java Skip successive InputMethodService callbacks after orientation changed 2011-09-30 10:38:32 +09:00
native Merge "Add a flag to demote completed suggestions" 2011-09-29 03:58:27 -07:00
tests Rename PopupCharactersParser to MoreKeySpecParser 2011-08-31 18:34:35 +09:00
tools Fix a bug where ampersands in XML would not work 2011-09-28 20:58:59 +09:00
Android.mk Don't let the native code target be included twice when unbundling. 2010-03-09 15:01:09 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00