Searched refs:getCurrentInputConnection (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DRichInputConnection.java194 mIC = mParent.getCurrentInputConnection();
255 mIC = mParent.getCurrentInputConnection();
364 mIC = mParent.getCurrentInputConnection();
434 mIC = mParent.getCurrentInputConnection();
453 mIC = mParent.getCurrentInputConnection();
504 mIC = mParent.getCurrentInputConnection();
659 mIC = mParent.getCurrentInputConnection();
704 mIC = mParent.getCurrentInputConnection();
925 mIC = mParent.getCurrentInputConnection();
966 mIC = mParent.getCurrentInputConnection();
[all...]
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java246 getCurrentInputConnection().getCursorCapsMode(mEditorInfo.inputType) != 0;
265 InputConnection inputConnection = getCurrentInputConnection();
393 InputConnection inputConnection = getCurrentInputConnection();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java223 mInputConnection = getCurrentInputConnection();
232 mInputConnection = getCurrentInputConnection();
H A DDefaultSoftKeyboard.java321 InputConnection connection = mWnn.getCurrentInputConnection();
H A DOpenWnnEN.java258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
H A DOpenWnnJAJP.java2585 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DDefaultSoftKeyboardEN.java100 InputConnection connection = mWnn.getCurrentInputConnection();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DRichInputConnectionAndTextRangeTests.java149 public InputConnection getCurrentInputConnection() { method in class:RichInputConnectionAndTextRangeTests.MockInputMethodService
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DDefaultSoftKeyboardJAJP.java1171 InputConnection connection = mWnn.getCurrentInputConnection();

Completed in 779 milliseconds