LatinIME/java/src/com/android/inputmethod/event
Jean Chalard db38d5cf63 [IL123] Put the settings values inside the transaction
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
2014-03-06 14:20:37 +09:00
..
Combiner.java Initial implementation for dead keys (B3) 2013-01-10 15:47:21 +09:00
DeadKeyCombiner.java Initial implementation for dead keys (B3) 2013-01-10 15:47:21 +09:00
Event.java Initial implementation for dead keys (B3) 2013-01-10 15:47:21 +09:00
EventDecoder.java Add skeleton classes for hardware event flow (B1) 2012-12-19 17:47:29 +09:00
EventDecoderSpec.java Add skeleton classes for hardware event flow (B1) 2012-12-19 17:47:29 +09:00
EventInterpreter.java Move util classes to the latin/utils directory 2013-06-24 17:04:40 +09:00
HardwareEventDecoder.java Add skeleton classes for hardware event flow (B1) 2012-12-19 17:47:29 +09:00
HardwareKeyboardEventDecoder.java Fix how the Enter action is decided 2013-02-22 16:01:37 -08:00
InputTransaction.java [IL123] Put the settings values inside the transaction 2014-03-06 14:20:37 +09:00
SoftwareEventDecoder.java Initial implementation for decoding HW key events (B3) 2012-12-27 16:17:46 +09:00
SoftwareKeyboardEventDecoder.java Add support for multiple keyboard event decoders (B2) 2012-12-26 20:25:05 +09:00