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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java57 protected ComposingText mComposingText = null; field in class:OpenWnn
113 if (mComposingText != null) { mComposingText.clear(); }
224 if (!restarting && mComposingText != null) {
225 mComposingText.clear();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java120 private final StringBuilder mComposingText = new StringBuilder(); field in class:RichInputConnection
170 .append(mComposingText);
236 mComposingText.setLength(0);
289 mCommittedTextBeforeComposingText.append(mComposingText);
290 mComposingText.setLength(0);
307 // middle of the composing word mComposingText only holds the part of the composing text
309 mExpectedSelStart += text.length() - mComposingText.length();
311 mComposingText.setLength(0);
368 if (!TextUtils.isEmpty(mComposingText)) {
404 mCommittedTextBeforeComposingText.length() + mComposingText
[all...]

Completed in 61 milliseconds