aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/event/InputTransaction.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [CB03] Pass whole events to the various input logic handlers.Jean Chalard2014-03-131-11/+4
| | | | | Bug: 13406701 Change-Id: I0a0e4e0b3357f116e1b915c548dee4575e300c92
* [IL123] Put the settings values inside the transactionJean Chalard2014-03-061-2/+7
| | | | | | | | | A transaction should always operate with a consistent set of settings. It's better to have it reference them than to always pass them along. Bug: 8636060 Change-Id: I3c642dfea6be30712fc6cbb279c64f3185895791
* [IL122] Put the code, x and y in the transactionJean Chalard2014-03-061-1/+14
| | | | | Bug: 8636060 Change-Id: Icdf87995dedec410b54c306e8d312ba7ec25cea6
* [IL121] Introduce InputTransactionJean Chalard2014-03-051-0/+48
We probably can't put this off any longer Bug: 8636060 Change-Id: I1e5d3cf62d719f4d064ced3282bebf2e822f6baa