diff options
author | 2014-07-30 00:53:24 +0000 | |
---|---|---|
committer | 2014-07-30 00:53:24 +0000 | |
commit | bfa6f9533ca0d7ebb2650639765c77a77f37e0d9 (patch) | |
tree | cefe60ae9915562451180337c3ff5bad606e2f51 /java/src/com/android/inputmethod/event/CombinerChain.java | |
parent | 99aff0af98e66b1d8515225a103f5beb84d098b9 (diff) | |
download | latinime-bfa6f9533ca0d7ebb2650639765c77a77f37e0d9.tar.gz latinime-bfa6f9533ca0d7ebb2650639765c77a77f37e0d9.tar.xz latinime-bfa6f9533ca0d7ebb2650639765c77a77f37e0d9.zip |
Revert "[HW7] Introduce consumed events"
This reverts commit 99aff0af98e66b1d8515225a103f5beb84d098b9.
Reverting due to a few critical bugs and unit test failures.
Change-Id: Id41d802981d079f17134a03cc30ab36a3cdd4ac1
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); |