aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/SoftwareEventDecoder.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [CB06] Fix a design error.Jean Chalard2014-03-171-29/+0
| | | | | | | | | | | | The event interpreter should intervene later, after decoding. Decoding should happen first, and then the Event should be passed to the InputLogic. For the time being, we will leave the (unused) EventInterpreter class and its friends, because we'll use them again later. Bug: 13406701 Change-Id: I7582d486724311e39e6692e606cca50c78800643
* Initial implementation for decoding HW key events (B3)Jean Chalard2012-12-271-1/+6
| | | | | Bug: 5037589 Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
* Add skeleton classes for hardware event flow (B1)Jean Chalard2012-12-191-0/+24
Bug: 5037589 Change-Id: Id8eea0e2bd00dd339a1efb4b0542e4c091a84195