Home
last modified time | relevance | path

Searched refs:getCurrentInputConnection (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java194 mIC = mParent.getCurrentInputConnection(); in beginBatchEdit()
255 mIC = mParent.getCurrentInputConnection(); in reloadTextCache()
364 mIC = mParent.getCurrentInputConnection(); in getCursorCapsMode()
434 mIC = mParent.getCurrentInputConnection(); in getTextBeforeCursorAndDetectLaggyConnection()
453 mIC = mParent.getCurrentInputConnection(); in getTextAfterCursorAndDetectLaggyConnection()
504 mIC = mParent.getCurrentInputConnection(); in performEditorAction()
659 mIC = mParent.getCurrentInputConnection(); in getNgramContextFromNthPreviousWord()
704 mIC = mParent.getCurrentInputConnection(); in getWordRangeAtCursor()
925 mIC = mParent.getCurrentInputConnection(); in tryFixLyingCursorPosition()
966 mIC = mParent.getCurrentInputConnection(); in performPrivateCommand()
[all …]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnn.java223 mInputConnection = getCurrentInputConnection(); in onStartInput()
232 mInputConnection = getCurrentInputConnection(); in onStartInputView()
DDefaultSoftKeyboard.java321 InputConnection connection = mWnn.getCurrentInputConnection();
DOpenWnnEN.java258 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; in getShiftKeyState()
DOpenWnnJAJP.java2585 return (getCurrentInputConnection().getCursorCapsMode(editor.inputType) == 0) ? 0 : 1; in getShiftKeyState()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DDefaultSoftKeyboardEN.java100 InputConnection connection = mWnn.getCurrentInputConnection(); in getShiftKeyState()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java149 public InputConnection getCurrentInputConnection() { in getCurrentInputConnection() method in RichInputConnectionAndTextRangeTests.MockInputMethodService
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DDefaultSoftKeyboardJAJP.java1171 InputConnection connection = mWnn.getCurrentInputConnection(); in getShiftKeyState()