futokb/java/src/com/android/inputmethod
Jean Chalard 8d165bb5d1 Fix a bug where dead space would appear on the keyboard.
This change fixes a bug where there would be pixels on the keyboard
that would not return a key although it's between two keys - or even
right on top of one.
This change makes it so that the closest key to the touch - within a
certain threshold - is always returned, regardless of whether the
touch is inside or not.

Bug: 4348994

Change-Id: I8f6102d6787eb025cc3c50a26d3a475aeafc4b64
2011-04-28 22:10:02 +09:00
..
compat Fix Eclipse warnings. 2011-04-26 16:39:45 +09:00
deprecated Create a dictionary collection and a dictionary factory. 2011-04-27 17:06:20 +09:00
keyboard Fix a bug where dead space would appear on the keyboard. 2011-04-28 22:10:02 +09:00
latin Improve the architecture to support multiple dictionaries. 2011-04-28 16:16:46 +09:00