Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices() method in SelectionActionModeHelper
130 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()