Home
last modified time | relevance | path

Searched refs:getComposingWordWithCombiningFeedback (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java108 mCombinerChain.getComposingWordWithCombiningFeedback().toString()); in restartCombining()
131 mTypedWordCache = mCombinerChain.getComposingWordWithCombiningFeedback(); in refreshTypedWordCache()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DCombinerChain.java133 public CharSequence getComposingWordWithCombiningFeedback() { in getComposingWordWithCombiningFeedback() method in CombinerChain