Home
last modified time | relevance | path

Searched refs:wordIndices (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java777 int[] wordIndices = getWordDelta(start, end); in logSelectionModified() local
781 wordIndices[0], wordIndices[1], selection)); in logSelectionModified()
785 wordIndices[0], wordIndices[1], classification)); in logSelectionModified()
789 wordIndices[0], wordIndices[1])); in logSelectionModified()
808 int[] wordIndices = getWordDelta(start, end); in logSelectionAction() local
812 wordIndices[0], wordIndices[1], action, in logSelectionAction()
817 wordIndices[0], wordIndices[1], action)); in logSelectionAction()
848 int[] wordIndices = new int[2]; in getWordDelta() local
851 wordIndices[0] = 0; in getWordDelta()
853 wordIndices[0] = -countWordsForward(start); in getWordDelta()
[all …]