aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibleKeyboardViewProxy.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add KeyEventHandler interfaceTadashi G. Takaoka2011-07-101-3/+3
| | | | | | | This change also revert KeyboardView to non-abstract class. Bug: 4768084 Change-Id: I827defb58bfb28b345464f6a89aa4438e41cf1e2
* Pass KeyboardView to PointerTracker on down eventTadashi G. Takaoka2011-07-101-1/+1
| | | | | Bug: 4768084 Change-Id: I446b98daef8c9ec2408481e59cb2a88754ef9e01
* Holding PointerTrackerQueue inside PointerTrackerTadashi G. Takaoka2011-07-071-2/+2
| | | | | Bug: 4768084 Change-Id: Id5006e549c4018a656abd088f14a209415baafed
* Narrower KeyboardView referenceTadashi G. Takaoka2011-07-041-3/+3
| | | | | | | | This change also rename static inner class to more readable name and get rid of unnecessary object reference from PointerTracker. Bug: 4768084 Change-Id: Ie4e2b940d66b47d41efcae7eeac853cdae2e4d38
* Move keyboard event handling code to separate LatinKeyboardBaseView classTadashi G. Takaoka2011-07-041-3/+3
| | | | | | | | | | | | | | 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
* Added text navigation gestures for keyboard touch exploration.Alan Viverette2011-06-301-2/+21
| | | | | Bug: 4905427 Change-Id: I9b44d65e4503e46ce71322a3c325c55d188e34a0
* Move Key class out of internal packageTadashi G. Takaoka2011-06-231-1/+1
| | | | | Bug: 4903326 Change-Id: I2493d6dae613d2e37dfa8ce96b4cddc9a038160c
* Fixing build error due to refactored import.Alan Viverette2011-06-221-1/+1
| | | | Change-Id: I7ed51fa4373fd5d1ebc6ebe52c6e93b27b43cff5
* Added support for touch exploration to Latin IME.Alan Viverette2011-06-221-0/+201
Bug: 4379983 Change-Id: I97f22e54827c6229054b514801401ffa5b4ed3b8