Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:finishComposingText

444                                 // Note that finishComposingText() is allowed to run
446 mIInputContext.finishComposingText();
452 // "finishComposingText" has been already called above. So we
453 // should not call mServedInputConnection.finishComposingText here.
458 // mServedInputConnection.finishComposingText.
798 ic.finishComposingText();
1285 finishComposingText) {
1319 if (finishComposingText && ic != null) {
1320 ic.finishComposingText();