Searched refs:getMemorizedOrCurrentInputConnection (Results 1 – 1 of 1) sorted by relevance
146 private InputConnection getMemorizedOrCurrentInputConnection() { in getMemorizedOrCurrentInputConnection() method in MockIme202 return getMemorizedOrCurrentInputConnection().getTextBeforeCursor(n, flag); in onHandleCommand()207 return getMemorizedOrCurrentInputConnection().getTextAfterCursor(n, flag); in onHandleCommand()211 return getMemorizedOrCurrentInputConnection().getSelectedText(flag); in onHandleCommand()215 return getMemorizedOrCurrentInputConnection().getCursorCapsMode(reqModes); in onHandleCommand()221 return getMemorizedOrCurrentInputConnection().getExtractedText(request, in onHandleCommand()227 return getMemorizedOrCurrentInputConnection().deleteSurroundingText( in onHandleCommand()233 return getMemorizedOrCurrentInputConnection() in onHandleCommand()240 return getMemorizedOrCurrentInputConnection().setComposingText( in onHandleCommand()246 return getMemorizedOrCurrentInputConnection().setComposingRegion(start, in onHandleCommand()[all …]