Home
last modified time | relevance | path

Searched refs: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
206 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionAction()
211 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in onSelectionDrag() local
213 sortedSelectionIndices[0], sortedSelectionIndices[1], in onSelectionDrag()
218 int[] sortedSelectionIndices = sortSelctionIndices(start, end); in onTextChanged() local
219 mSelectionTracker.onTextChanged(sortedSelectionIndices[0], sortedSelectionIndices[1], in onTextChanged()
337 int[] sortedSelectionIndices = sortSelctionIndicesFromTextView(mTextView); in startSelectionActionModeWithSmartSelectAnimation() local
[all …]