Searched refs:adjustReplacementSpan (Results 1 – 1 of 1) sorted by relevance
93 private static int adjustReplacementSpan(CharSequence text, int offset, boolean moveToStart) { in adjustReplacementSpan() method in BaseKeyListener302 return adjustReplacementSpan(text, offset - deleteCharCount, true /* move to the start */); in getOffsetForBackspaceKey()316 return adjustReplacementSpan(text, offset, false /* move to the end */); in getOffsetForForwardDeleteKey()