Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java1219 int[] sortedIndices = sortSelectionIndices(start, end); in SelectionResult() local
1220 mStart = sortedIndices[0]; in SelectionResult()
1221 mEnd = sortedIndices[1]; in SelectionResult()