Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java140 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeAsync() local
144 sortedSelectionIndices[0], in startSelectionActionModeAsync() local
145 sortedSelectionIndices[1], in startSelectionActionModeAsync() local
209 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionAction() local
216 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in onSelectionDrag() local
223 int[] sortedSelectionIndices = sortSelectionIndices(start, end); in onTextChanged() local
344 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local
500 final int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in invalidateActionMode() local
509 int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(mTextView); in resetTextClassificationHelper() local
654 final int[] sortedSelectionIndices = sortSelectionIndicesFromTextView(textView); in resetSelection() local