Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java742 int[] wordIndices = getWordDelta(start, end); in logSelectionModified() local
746 wordIndices[0], wordIndices[1], selection)); in logSelectionModified()
750 wordIndices[0], wordIndices[1], classification)); in logSelectionModified()
754 wordIndices[0], wordIndices[1])); in logSelectionModified()
773 int[] wordIndices = getWordDelta(start, end); in logSelectionAction() local
777 wordIndices[0], wordIndices[1], action, in logSelectionAction()
782 wordIndices[0], wordIndices[1], action)); in logSelectionAction()
813 int[] wordIndices = new int[2]; in getWordDelta() local
816 wordIndices[0] = 0; in getWordDelta()
818 wordIndices[0] = -countWordsForward(start); in getWordDelta()
[all …]