Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java1236 int[] sortedIndices = sortSelectionIndices(start, end); in SelectionResult() local
1237 mStart = sortedIndices[0]; in SelectionResult()
1238 mEnd = sortedIndices[1]; in SelectionResult()