aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/SoftwareKeyboardEventDecoder.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CB06] Fix a design error.•••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 Jean Chalard2014-03-171-27/+0
* Add support for multiple keyboard event decoders (B2)•••Bug: 5037589 Change-Id: I0a4926f94ef8d1caa17669801608608648b697b9 Jean Chalard2012-12-261-0/+27