Searched refs:INVALID_CURSOR_POSITION (Results 1 – 1 of 1) sorted by relevance
69 private static final int INVALID_CURSOR_POSITION = -1; field in RichInputConnection106 private int mExpectedSelStart = INVALID_CURSOR_POSITION; // in chars, not code points111 private int mExpectedSelEnd = INVALID_CURSOR_POSITION; // in chars, not code points266 mExpectedSelStart = INVALID_CURSOR_POSITION; in reloadTextCache()267 mExpectedSelEnd = INVALID_CURSOR_POSITION; in reloadTextCache()410 if (INVALID_CURSOR_POSITION != mExpectedSelStart in getTextBeforeCursor()989 return INVALID_CURSOR_POSITION != mExpectedSelStart; in isCursorPositionKnown()