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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java59 protected InputConnection mInputConnection = null; field in class:OpenWnn
223 mInputConnection = getCurrentInputConnection();
232 mInputConnection = getCurrentInputConnection();
235 if (mInputConnection != null) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java80 protected InputConnection mInputConnection; field in class:InputTestsBase
228 mInputConnection = ic;
435 mInputConnection.setSelection(position, position);

Completed in 66 milliseconds