Searched refs:getMemorizedOrCurrentInputConnection (Results 1 – 1 of 1) sorted by relevance
144 private InputConnection getMemorizedOrCurrentInputConnection() { in getMemorizedOrCurrentInputConnection() method in MockIme200 return getMemorizedOrCurrentInputConnection().getTextBeforeCursor(n, flag); in onHandleCommand()205 return getMemorizedOrCurrentInputConnection().getTextAfterCursor(n, flag); in onHandleCommand()209 return getMemorizedOrCurrentInputConnection().getSelectedText(flag); in onHandleCommand()213 return getMemorizedOrCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()219 return getMemorizedOrCurrentInputConnection().getExtractedText(request, in onHandleCommand()225 return getMemorizedOrCurrentInputConnection().deleteSurroundingText( in onHandleCommand()231 return getMemorizedOrCurrentInputConnection() in onHandleCommand()238 return getMemorizedOrCurrentInputConnection().setComposingText( in onHandleCommand()244 return getMemorizedOrCurrentInputConnection().setComposingRegion(start, in onHandleCommand()[all …]