diff options
author | 2014-07-30 17:11:30 +0000 | |
---|---|---|
committer | 2014-07-30 17:11:30 +0000 | |
commit | 06be57772f2fe5e3b92bfa137d90962fc792d258 (patch) | |
tree | f2c144c1d42910921f20353b18cb9c30af95a8f3 /java/src/com/android/inputmethod/event/CombinerChain.java | |
parent | 17440d7ec8bba069d6f14c2b177700db5b3cb663 (diff) | |
parent | 55387ba41731460a412fe4f39c081ff9f6a550f2 (diff) | |
download | latinime-06be57772f2fe5e3b92bfa137d90962fc792d258.tar.gz latinime-06be57772f2fe5e3b92bfa137d90962fc792d258.tar.xz latinime-06be57772f2fe5e3b92bfa137d90962fc792d258.zip |
am 55387ba4: am 9fbeeb60: Merge "Revert "[HW7] Introduce consumed events"" into lmp-dev
* commit '55387ba41731460a412fe4f39c081ff9f6a550f2':
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); |