LatinIME/java/src/com/android/inputmethod/accessibility
Tadashi G. Takaoka 5f6816fa8b Move keyboard event handling code to separate LatinKeyboardBaseView class
To sort out the issue, main keyboard and mini keyboard have to share
the pointer trackers.

In order to prepare for that, KeyboardView needs to be refactored as
two separate classes. KeyboardView is responsible for drawing keyboard
visual. And LatinKeyboardBaseView is responsible for handling key
event and mini keyboard as well.

Bug: 4768084

Change-Id: I5643e333b9bdfde0c939a0693cea76bd22f38897
2011-07-04 18:53:50 +09:00
..
AccessibilityUtils.java Added support for touch exploration to Latin IME. 2011-06-22 10:54:06 -07:00
AccessibleInputMethodServiceProxy.java Added text navigation gestures for keyboard touch exploration. 2011-06-30 11:59:35 -07:00
AccessibleKeyboardActionListener.java Added text navigation gestures for keyboard touch exploration. 2011-06-30 11:59:35 -07:00
AccessibleKeyboardViewProxy.java Move keyboard event handling code to separate LatinKeyboardBaseView class 2011-07-04 18:53:50 +09:00
FlickGestureDetector.java Added text navigation gestures for keyboard touch exploration. 2011-06-30 11:59:35 -07:00
KeyCodeDescriptionMapper.java Add key description for "fullwidth asterisk" used on phone/number layout 2011-06-29 18:51:22 +09:00