Home
last modified time | relevance | path

Searched refs:TextRange (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DTextRange.java27 public final class TextRange { class
108 public TextRange(final CharSequence textAtCursor, final int wordAtCursorStartIndex, in TextRange() method in TextRange
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DRichInputConnectionAndTextRangeTests.java44 import com.android.inputmethod.latin.utils.TextRange;
254 TextRange r; in testGetWordRangeAtCursor()
318 TextRange r; in helpTestGetSuggestionSpansAtWord()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java47 import com.android.inputmethod.latin.utils.TextRange;
702 public TextRange getWordRangeAtCursor(final SpacingAndPunctuations spacingAndPunctuations, in getWordRangeAtCursor()
753 return new TextRange( in getWordRangeAtCursor()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java60 import com.android.inputmethod.latin.utils.TextRange;
1196 final TextRange range = mConnection.getWordRangeAtCursor( in getWordAtCursor()
1546 final TextRange range = mConnection.getWordRangeAtCursor( in restartSuggestionsOnWordTouchedByCursor()