aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/KeyboardAccessibilityDelegate.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support fine grained hover event handling•••This CL also adds visual feedback of hovering key in accessibility mode. Bug: 12491371 Change-Id: I7b1f28a2e421ca60b2738ed94e7bdb406f75039b Tadashi G. Takaoka2014-05-281-56/+112
* Refactor KeyboardAccessibilityDelegate class a bit•••Bug: 12491371 Change-Id: I2c2c6f3a6d0d7e7efbe0253127f5b9117cbc512d Tadashi G. Takaoka2014-05-271-0/+14
* Use onHoverEvent instead of dispatchHoverEvent•••This CL also refactors KeyboardAccessibilityDelegate a bit to be able to override on hovering methods that handle enter, move, and exit on a key. Bug: 12491371 Change-Id: I3c7e81ccb8729ae6e466c654efde0c18ed734bdf Tadashi G. Takaoka2014-05-271-50/+41
* Announce the same key again•••Bug: 15237246 Change-Id: Ie7023b727cb3eca9d0727a511b3d64a32a02cd3d Tadashi G. Takaoka2014-05-271-1/+1
* Move generic hover event handling to KeyboardAccessibilityDelegate•••This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95 Tadashi G. Takaoka2014-05-201-2/+116
* Separate MainKeyboardView specific accessibility code•••Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3 Tadashi G. Takaoka2014-05-201-288/+12
* Refactor accessibility classes to be more generic•••Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76 Tadashi G. Takaoka2014-05-201-0/+394