Home | History | Annotate | Download | only in openwnn

Lines Matching refs:mInputConnection

647                     if (mInputConnection != null) {
649 mInputConnection.finishComposingText();
665 if (mInputConnection != null) {
814 if (mInputConnection != null) {
820 mInputConnection.sendKeyEvent(keyEvent);
821 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP,
1078 mInputConnection.sendKeyEvent(keyEvent);
1079 mInputConnection.sendKeyEvent(new KeyEvent(KeyEvent.ACTION_UP, code));
1794 if ((mInputConnection != null) && (mDisplayText.length() != 0 || updateEmptyText)) {
1842 mInputConnection.setComposingText(mDisplayText, displayCursor);
1986 mInputConnection.commitText(str, (FIX_CURSOR_TEXT_END ? 1 : str.length()));
2002 mInputConnection.commitText(string, (FIX_CURSOR_TEXT_END ? 1 : string.length()));
2549 CharSequence seq = mInputConnection.getTextBeforeCursor(2, 0);
2553 mInputConnection.deleteSurroundingText(2, 0);
2555 mInputConnection.commitText(str, 1);
2572 CharSequence seq = mInputConnection.getTextBeforeCursor(1, 0);
2790 mInputConnection.commitText(text, (FIX_CURSOR_TEXT_END ? 1 : text.length()));
2802 mInputConnection.setComposingText("", 0);
2832 if (mInputConnection != null) {
2911 if (mInputConnection != null) {
2912 CharSequence text = mInputConnection.getTextAfterCursor(1, 0);
2946 if (mInputConnection != null) {
2947 mInputConnection.deleteSurroundingText(Integer.MAX_VALUE, Integer.MAX_VALUE);
2993 CharSequence seq = mInputConnection.getTextBeforeCursor(mPrevCommitText.length() + composingLength, 0);