Searched refs:hasInvalidSelection (Results 1 – 1 of 1) sorted by relevance
328 if (hasInvalidSelection(start, end)) { in delete()382 if (hasInvalidSelection(selectionStart, selectionEnd)) { in handleDeleteSurroundingText()427 private static boolean hasInvalidSelection(final int start, final int end) { in hasInvalidSelection() method in EmojiProcessor