Searched refs:sortedSelectionIndices (Results 1 – 1 of 1) sorted by relevance
139 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeAsync() local143 sortedSelectionIndices[0], in startSelectionActionModeAsync() local144 sortedSelectionIndices[1], in startSelectionActionModeAsync() local205 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionAction() local207 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionAction()212 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionDrag() local214 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionDrag()219 int[] sortedSelectionIndices = sortSelectionIndices(start, end); in onTextChanged() local220 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged()338 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local[all …]