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