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/android/support/text/emoji/
H A DEmojiProcessor.java368 end = CodepointIndexFinder.findIndexForward(editable, selectionEnd,
604 * Copy of BaseInputConnection findIndexBackward and findIndexForward functions.
674 private static int findIndexForward(final CharSequence cs, final int from, method in class:EmojiProcessor.CodepointIndexFinder

Completed in 1424 milliseconds