Searched refs:sortedIndices (Results 1 – 1 of 1) sorted by relevance
1219 int[] sortedIndices = sortSelectionIndices(start, end); in SelectionResult() local1220 mStart = sortedIndices[0]; in SelectionResult()1221 mEnd = sortedIndices[1]; in SelectionResult()