maiacore android keyboard app or something
 
 
 
 
Go to file
Tadashi G. Takaoka 59b7bd0730 Using distance to the edge of key as proximity detection
Because there may be very long key, such as space bar on tablet, we
should not use the distance between the touch point and the center of
key as proximity detection.  Instead of that, this change uses the
distance between the point and the nearest edge of key as proximity
detection.

Also this change fixes the bug that space key (code 32) was not
counted in proximity detection.

Bug: 3164020
Bug: 3168138
Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
2010-11-06 01:10:55 +09:00
dictionaries auto import from //branches/cupcake/...@138744 2009-03-13 15:11:42 -07:00
java Using distance to the edge of key as proximity detection 2010-11-06 01:10:55 +09:00
native Revert https://android-git.corp.google.com/g/#change,63791 as library loading issue seems to have been fixed now. 2010-09-03 22:44:52 +09:00
tests Add an auto complete's threshold option. 2010-10-05 14:44:00 +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 Fix UnsatisfiedLinkError for Latin IME. Don't use old NDK version in a platform build. 2010-08-31 12:04:30 -07:00