Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java791 int[] wordIndices = getWordDelta(start, end); in logSelectionModified() local
795 wordIndices[0], wordIndices[1], selection)); in logSelectionModified()
799 wordIndices[0], wordIndices[1], classification)); in logSelectionModified()
803 wordIndices[0], wordIndices[1])); in logSelectionModified()
822 int[] wordIndices = getWordDelta(start, end); in logSelectionAction() local
826 wordIndices[0], wordIndices[1], action, in logSelectionAction()
831 wordIndices[0], wordIndices[1], action)); in logSelectionAction()
862 int[] wordIndices = new int[2]; in getWordDelta() local
865 wordIndices[0] = 0; in getWordDelta()
867 wordIndices[0] = -countWordsForward(start); in getWordDelta()
[all …]