Searched refs:findIndexForward (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java313 private static int findIndexForward(final CharSequence cs, final int from, method in class:BaseInputConnection
405 final int end = findIndexForward(content, b, Math.max(afterLength, 0));
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DEmojiProcessor.java392 end = CodepointIndexFinder.findIndexForward(editable, selectionEnd,
663 * Copy of BaseInputConnection findIndexBackward and findIndexForward functions.
733 private static int findIndexForward(final CharSequence cs, final int from, method in class:EmojiProcessor.CodepointIndexFinder

Completed in 181 milliseconds