Searched defs:mCombinerChain (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java51 private CombinerChain mCombinerChain; field in class:WordComposer
86 mCombinerChain = new CombinerChain("");
107 mCombinerChain = new CombinerChain(
108 mCombinerChain.getComposingWordWithCombiningFeedback().toString());
117 mCombinerChain.reset();
131 mTypedWordCache = mCombinerChain.getComposingWordWithCombiningFeedback();
162 final Event processedEvent = mCombinerChain.processEvent(mEvents, event);
179 mCombinerChain.applyProcessedEvent(event);
260 mCombinerChain.applyProcessedEvent(mCombinerChain
[all...]

Completed in 24 milliseconds