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