Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java138 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in startSelectionActionModeAsync() local
142 sortedSelectionIndices[0], in startSelectionActionModeAsync() local
143 sortedSelectionIndices[1], in startSelectionActionModeAsync() local
204 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in onSelectionAction() local
211 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in onSelectionDrag() local
218 int[] sortedSelectionIndices = sortSelctionIndices(start, end); in onTextChanged() local
337 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local
489 final int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in invalidateActionMode() local
498 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in resetTextClassificationHelper() local
640 final int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(textView); in resetSelection() local