aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/MainKeyboardAccessibilityDelegate.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support performAccessibilityAction for CLICK and LONG_CLICKTadashi G. Takaoka2014-06-271-5/+5
| | | | | Bug: 15727335 Change-Id: I83274c1a9d3cf2e8237d1674fe915b7b2d222a53
* Fix TalkBack descriptions of keyboard shift mode transitionTadashi G. Takaoka2014-06-091-0/+14
| | | | | Bug: 14846348 Change-Id: I32435a31f919974a506e598d1f3cc1b55a0866ae
* Use rectangle region to ignore hover events after long pressTadashi G. Takaoka2014-06-091-9/+47
| | | | | | Bug: 15500282 Bug: 15501718 Change-Id: Ia4771198c3120a980b0a2cdd210928a4f47f5b83
* Support more keys accessibility modeTadashi G. Takaoka2014-06-041-1/+77
| | | | | Bug: 12491371 Change-Id: Ib1fc8affbccfbaca3424ecdc2812f47047106aa2
* Refactor KeyboardAccessibilityDelegate class a bitTadashi G. Takaoka2014-05-271-6/+2
| | | | | Bug: 12491371 Change-Id: I2c2c6f3a6d0d7e7efbe0253127f5b9117cbc512d
* Use Java 7 diamond operatorTadashi G. Takaoka2014-05-241-5/+0
| | | | Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
* Move generic hover event handling to KeyboardAccessibilityDelegateTadashi G. Takaoka2014-05-201-144/+0
| | | | | | This is a follow up of I0d73b4cf60. Change-Id: Iecfe124321682c8fc307ccf4c79e836390403d95
* Separate MainKeyboardView specific accessibility codeTadashi G. Takaoka2014-05-201-0/+328
| | | | Change-Id: I0d73b4cf60145b6e34bd89f72eb49de3c686f5e3
* Refactor accessibility classes to be more genericTadashi G. Takaoka2014-05-201-392/+0
| | | | Change-Id: Ifad1905f304bccdc39f0d5fbcab8a6353e0b4f76
* Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-011-0/+392
This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42