Searched defs:selectionStart (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DTextDecorator.java107 * @param selectionStart the cursor index (inclusive) when the indicator should be displayed.
110 public void showAddToDictionaryIndicator(final String word, final int selectionStart, argument
113 mWaitingCursorStart = selectionStart;
248 final int selectionStart = info.getSelectionStart();
255 if (selectionStart != mWaitingCursorStart || selectionEnd != mWaitingCursorEnd) {
262 if (selectionStart != mWaitingCursorStart || selectionEnd != mWaitingCursorEnd) {

Completed in 83 milliseconds