Home
last modified time | relevance | path

Searched refs:getWordRangeAtCursor (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java247 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
253 r = ic.getWordRangeAtCursor(TAB, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
261 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
269 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_LATIN); in testGetWordRangeAtCursor()
277 r = ic.getWordRangeAtCursor(SUPPLEMENTARY_CHAR, ScriptUtils.SCRIPT_GREEK); in testGetWordRangeAtCursor()
309 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
321 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
334 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
346 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
358 r = ic.getWordRangeAtCursor(SPACE, ScriptUtils.SCRIPT_LATIN); in helpTestGetSuggestionSpansAtWord()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java702 public TextRange getWordRangeAtCursor(final SpacingAndPunctuations spacingAndPunctuations, in getWordRangeAtCursor() method in RichInputConnection
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java1196 final TextRange range = mConnection.getWordRangeAtCursor( in getWordAtCursor()
1546 final TextRange range = mConnection.getWordRangeAtCursor( in restartSuggestionsOnWordTouchedByCursor()