Home
last modified time | relevance | path

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

/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
DEmojiProcessor.java328 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