Home
last modified time | relevance | path

Searched defs: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
212 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionDrag() local
219 int[] sortedSelectionIndices = sortSelectionIndices(start, end); in onTextChanged() local
338 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local
491 final int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in invalidateActionMode() local
500 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in resetTextClassificationHelper() local
642 final int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(textView); in resetSelection() local