Searched refs:sortSelectionIndices (Results 1 – 1 of 1) sorted by relevance
112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices() method in SelectionActionModeHelper130 return sortSelectionIndices(selectionStart, selectionEnd); in sortSelectionIndicesFromTextView()169 int[] indexResult = sortSelectionIndices(start, end); in startLinkActionModeAsync()219 int[] sortedSelectionIndices = sortSelectionIndices(start, end); in onTextChanged()1219 int[] sortedIndices = sortSelectionIndices(start, end); in SelectionResult()