aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/accessibility/AccessibilityEntityProvider.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make AccessibleKeyboardViewProxy not singletonTadashi G. Takaoka2014-05-011-313/+0
| | | | | | | | This CL also renames AccessibleKeyboardViewProxy and AccessibilityEntityProvider to MainKeyboardAccessibilityDelegate and MainKeyboardAccessibilityNodeProvider. Change-Id: I2b0ec091a11aa8a495794d633efecb6d8b818f42
* Remove unnecessary reference to LatinIMETadashi G. Takaoka2014-04-251-6/+2
| | | | Change-Id: Idbb45c504499d39bbf272fae84ea71a83bf4dd69
* Move simulateKeyPress method to AccessibleKeyboardViewProxyTadashi G. Takaoka2014-04-231-23/+0
| | | | Change-Id: Ic14ff70c7c8475983cf02dc1ba4d5a5f7769aa16
* Use sorted keys index as virtual view idTadashi G. Takaoka2014-04-221-48/+52
| | | | Change-Id: Id3f81de1edaacc06362b65aa7b68e9317e6596bd
* Sort keys from top-left to bottom-right orderTadashi G. Takaoka2014-04-211-2/+2
| | | | Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce
* Use unmodifiable list to return keys from KeyboardTadashi G. Takaoka2014-04-211-4/+2
| | | | Change-Id: I85a0b18d2d78632e9a9f074eda1de9225001f876
* Speak auto-corrections for accessibilityAlan Viverette2013-09-271-2/+10
| | | | | BUG: 8669376 Change-Id: Id71b2c2835daa7a8c9d6c92c57a7e302551c289d
* Add copy constructor to KeyboardTadashi G. Takaoka2013-08-261-2/+2
| | | | Change-Id: Ib207039f53346f420cca050080e3c4f452e63ff6
* Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-4/+4
| | | | Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
* Move util classes to the latin/utils directoryKen Wakasa2013-06-241-2/+2
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Small code cleanupsKen Wakasa2013-01-071-73/+59
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Add CoordinateUtils classTadashi G. Takaoka2012-11-281-2/+4
| | | | Change-Id: I23784117f77da54ee2a0670e65d86e26d762a687
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Merge "Fix key info reported by keyboard accessibility node provider." into ↵Tadashi G. Takaoka2012-09-031-5/+4
|\ | | | | | | jb-mr1-dev
| * Fix key info reported by keyboard accessibility node provider.alanv2012-08-291-5/+4
| | | | | | | | | | Bug: 6704529 Change-Id: I519881a96767a8858c11da7c0abac3e276a45cf5
* | Add static construct method for SparseArrayTadashi G. Takaoka2012-08-221-1/+2
|/ | | | Change-Id: I6da97f6ea23578318f403bb5d64c30b1663c69ee
* Removing implementation of unnecessary APIs taken out of the support lib.Svetoslav Ganov2012-06-171-5/+0
| | | | | | | | | | 1. We have hidden a framework API and it was take out of the support lib. This API is not necessary and this patch removes the implementation in LatinIME. bug:6675330 Change-Id: I18aff7a6c7bc2b76c7332abe0bf294fbbb99ccfc
* Update LatinIME due to hidden APIs taken out of the support lib.Svetoslav Ganov2012-06-151-6/+0
| | | | | | | | | | 1. We have hidden the APIs for accessiiblity focus search since it wull be perfomred by the client, updated the support lib, and now we are updating the LatinIME. bug:6675330 Change-Id: I9dd3450b40148be7ce750f6bffc0a047a541982f
* Refresh Accessibility key mapping when KeyboardView changes Keyboards.alanv2012-06-051-1/+12
| | | | | Bug: 6609626 Change-Id: I93d764b46e96fe70b61c91a7dcb46945ac8853dd
* Update keyboard view used by node provider. Remove global layout listener.alanv2012-05-301-16/+16
| | | | | Bug: 6582130 Change-Id: I2976e37e921a3e2c151486a919b0a93a908c3384
* Always use AccessibilityUtils to send events.alanv2012-05-211-13/+1
| | | | | Bug: 6532601 Change-Id: I3aba9066ccd8d401973abfe9100f4cab731b5e7d
* Pass IME accessibility events directly to the AccessibilityManager.alanv2012-05-191-1/+6
| | | | | Bug: 6523554 Change-Id: I44bceb7b068ff1ac0c799f4a93d5dcd8026f1e4b
* Make LatinIME keys accessibility focusable, clickable.alanv2012-05-151-1/+115
| | | | | | | Also fix speech for labeled keys. Bug: 6498563 Change-Id: I094d4db0e57fa373759a63eb3354b1ab3ab0f525
* Implement "lift-to-type" interaction. Fix event text.alanv2012-05-101-1/+2
| | | | | Bug: 6456970 Change-Id: Idd6b84fc7a730a1e78d9c1157e3b5f22e5d49fc4
* Use key index as virtual view ID.alanv2012-05-091-3/+6
| | | | | Bug: 6464677 Change-Id: I443e4add8052dbce1d413c2ce38a7b98408613bf
* Remove unused code from AccessibilityEntityProvider.alanv2012-05-081-151/+0
| | | | Change-Id: I73882668b516344d36e69355e9cb39534becb629
* Fix the buildSvetoslav Ganov2012-04-201-2/+4
| | | | Change-Id: I5c4e230500f058f7db86c05d554be45411004ffc
* Set view properties for Key node infos.alanv2012-04-051-0/+4
| | | | | Bug: 6298716 Change-Id: Iae0616f0095d32e0ca61dcb55f2f84744e91f60e
* Avoid using collection interface, using array insteadTadashi G. Takaoka2012-03-131-5/+4
| | | | Change-Id: Ie0554362b73967bfcbbab6ad19c24683066a608e
* Added virtual view hierarchy for keyboard accessibility.alanv2012-02-281-0/+377
Bug: 5829051 Change-Id: Ied1b6267eec616bd3b9337f6e761b0c740aa0eb2