Searched refs:mComposingText (Results 1 – 5 of 5) sorted by relevance
467 mComposingText = new ComposingText(); in OpenWnnJAJP()588 mComposingText.clear(); in hideWindow()633 if ((mComposingText.size(ComposingText.LAYER1) != 0) in onUpdateSelection()648 if (isNotComposing && (mComposingText.size(ComposingText.LAYER1) != 0)) { in onUpdateSelection()750 mComposingText.setCursor(ComposingText.LAYER1, in onEvent()751 mComposingText.toString(ComposingText.LAYER1).length()); in onEvent()1003 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()1005 … String prevChar = mComposingText.getStrSegment(ComposingText.LAYER1, cursor - 1).string; in onEvent()1008 mComposingText.delete(ComposingText.LAYER1, false); in onEvent()1019 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()[all …]
167 mComposingText = new ComposingText(); in OpenWnnEN()221 mComposingText.clear(); in insertCharToComposingText()229 mComposingText.clear(); in insertCharToComposingText()231 mComposingText.insertStrSegment(0, 1, seg); in insertCharToComposingText()333 if (mComposingText != null) { in onStartInputView()334 mComposingText.clear(); in onStartInputView()349 mComposingText.clear(); in hideWindow()368 mComposingText.clear(); in onUpdateSelection()371 if (mComposingText.size(1) != 0) { in onUpdateSelection()560 mComposingText.clear(); in onEvent()[all …]
57 protected ComposingText mComposingText = null; field in OpenWnn113 if (mComposingText != null) { mComposingText.clear(); } in onCreate()224 if (!restarting && mComposingText != null) { in onStartInput()225 mComposingText.clear(); in onStartInput()
715 if (parent.mComposingText.size(1) == 0) { in onUpdateState()
88 private final StringBuilder mComposingText = new StringBuilder(); field in RichInputConnection121 .append(mComposingText); in checkConsistencyForDebug()188 mComposingText.setLength(0); in resetCachesUponCursorMoveAndReturnSuccess()238 mCommittedTextBeforeComposingText.append(mComposingText); in finishComposingText()239 mComposingText.setLength(0); in finishComposingText()279 mExpectedSelStart += text.length() - mComposingText.length(); in commitTextWithBackgroundColor()281 mComposingText.setLength(0); in commitTextWithBackgroundColor()312 if (mComposingText.length() > 0) { in removeBackgroundColorFromHighlightedTextIfNecessary()314 "empty. mComposingText=" + mComposingText); in removeBackgroundColorFromHighlightedTextIfNecessary()347 if (!TextUtils.isEmpty(mComposingText)) { in getCursorCapsMode()[all …]