Searched refs:sortedSelectionIndices (Results 1 – 1 of 1) sorted by relevance
138 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in startSelectionActionModeAsync() local142 sortedSelectionIndices[0], in startSelectionActionModeAsync() local143 sortedSelectionIndices[1], in startSelectionActionModeAsync() local204 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in onSelectionAction() local206 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionAction()211 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in onSelectionDrag() local213 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionDrag()218 int[] sortedSelectionIndices = sortSelctionIndices(start, end); in onTextChanged() local219 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged()337 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local[all …]