diff options
author | 2014-07-30 17:17:08 +0000 | |
---|---|---|
committer | 2014-07-30 17:17:08 +0000 | |
commit | 849164f223610daf5421cf647336363bd070878b (patch) | |
tree | 643c9738f9875e8b442a74aad9f8f216115179f3 /java/src/com/android/inputmethod/event/CombinerChain.java | |
parent | bda237a50e91555251bfeeb7f8975371d02f57f3 (diff) | |
parent | 06be57772f2fe5e3b92bfa137d90962fc792d258 (diff) | |
download | latinime-849164f223610daf5421cf647336363bd070878b.tar.gz latinime-849164f223610daf5421cf647336363bd070878b.tar.xz latinime-849164f223610daf5421cf647336363bd070878b.zip |
am 06be5777: am 55387ba4: am 9fbeeb60: Merge "Revert "[HW7] Introduce consumed events"" into lmp-dev
* commit '06be57772f2fe5e3b92bfa137d90962fc792d258':
Revert "[HW7] Introduce consumed events"
Diffstat (limited to 'java/src/com/android/inputmethod/event/CombinerChain.java')
-rw-r--r-- | java/src/com/android/inputmethod/event/CombinerChain.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/event/CombinerChain.java b/java/src/com/android/inputmethod/event/CombinerChain.java index 8ddc9e7d9..8c6b3d949 100644 --- a/java/src/com/android/inputmethod/event/CombinerChain.java +++ b/java/src/com/android/inputmethod/event/CombinerChain.java @@ -84,8 +84,6 @@ public class CombinerChain { * Process an event through the combining chain, and return a processed event to apply. * @param previousEvents the list of previous events in this composition * @param newEvent the new event to process - * @return the processed event. It may be the same event, or a consumed event, or a completely - * new event. However it may never be null. */ public Event processEvent(final ArrayList<Event> previousEvents, final Event newEvent) { final ArrayList<Event> modifiablePreviousEvents = new ArrayList<>(previousEvents); |