Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java144 sortedSelectionIndices[0], in startSelectionActionModeAsync() local
145 sortedSelectionIndices[1], in startSelectionActionModeAsync() local
211 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionAction()
218 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionDrag()
224 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged()
502 sortedSelectionIndices[0], sortedSelectionIndices[1], mTextClassification); in invalidateActionMode()
510 selectionStart = sortedSelectionIndices[0]; in resetTextClassificationHelper()
511 selectionEnd = sortedSelectionIndices[1]; in resetTextClassificationHelper()
655 mSelectionStart = sortedSelectionIndices[0]; in resetSelection()
656 mSelectionEnd = sortedSelectionIndices[1]; in resetSelection()
[all …]