From cbed462d192d0c5af9614f5f997b2768f3d0eb56 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 20 Mar 2014 17:55:30 +0900 Subject: [CB12] Reset the combining state when resetting the composer Bug: 13406701 Change-Id: I490574b7ca4b953f67dd2c0ef97401297fade0a4 --- java/src/com/android/inputmethod/event/Combiner.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'java/src/com/android/inputmethod/event/Combiner.java') diff --git a/java/src/com/android/inputmethod/event/Combiner.java b/java/src/com/android/inputmethod/event/Combiner.java index bdc761234..8b808c6b3 100644 --- a/java/src/com/android/inputmethod/event/Combiner.java +++ b/java/src/com/android/inputmethod/event/Combiner.java @@ -40,4 +40,9 @@ public interface Combiner { * @return A CharSequence representing the feedback to show users. It may include styles. */ CharSequence getCombiningStateFeedback(); + + /** + * Reset the state of this combiner, for example when the cursor was moved. + */ + void reset(); } -- cgit v1.2.3-83-g751a