Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java139 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeAsync() local
143 sortedSelectionIndices[0], in startSelectionActionModeAsync() local
144 sortedSelectionIndices[1], in startSelectionActionModeAsync() local
205 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionAction() local
207 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionAction()
212 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionDrag() local
214 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionDrag()
219 int[] sortedSelectionIndices = sortSelectionIndices(start, end); in onTextChanged() local
220 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged()
338 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local
[all …]