Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java636 retStr = mDecInfo.getComposingStr(); in processStateEditComposing()
664 String str = mDecInfo.getComposingStr(); in processStateEditComposing()
669 commitResultText(mDecInfo.getComposingStr()); in processStateEditComposing()
679 retStr = mDecInfo.getComposingStr(); in processStateEditComposing()
844 if (mDecInfo.getComposingStr().length() > 0) { in chooseAndUpdate()
1006 commitResultText(mDecInfo.getComposingStr()); in responseSoftKeyEvent()
1712 public String getComposingStr() { in getComposingStr() method in PinyinIME.DecodingInfo