maiacore android keyboard app or something
 
 
 
 
Go to file
Tadashi G. Takaoka 47a66b12ec Override View.drawableStateChanged to detect state_pressed
Unlike on JB, View.setPressed(boolean) is never called when the view
is pressed on ICS. To detect a pressed state of the view, we need to
override View.drawableStateChanged() and check the drawable state
contains state_pressed.

Bug: 8159728
Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
2013-05-01 14:02:18 +09:00
dictionaries Update dictionaries 2013-04-26 20:15:14 +09:00
java Override View.drawableStateChanged to detect state_pressed 2013-05-01 14:02:18 +09:00
native Reduce MAX_NORM_DISTANCE_FOR_EDIT in typing model after recent logic improvements 2013-04-29 21:21:26 -07:00
tests Don't triger onPress and startLongPressTimer when gesture is canceled 2013-04-22 19:36:08 +09:00
tools Fix two nasty bugs with surrogate pairs. 2013-04-01 17:06:19 +09:00
Android.mk Build native subdirectories first 2013-01-28 20:07:31 -08:00
CleanSpec.mk Pass the touch position correction data to native. 2011-09-29 17:00:49 +09:00