Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java779 int[] wordIndices = getWordDelta(start, end); in logSelectionModified() local
783 wordIndices[0], wordIndices[1], selection)); in logSelectionModified()
787 wordIndices[0], wordIndices[1], classification)); in logSelectionModified()
791 wordIndices[0], wordIndices[1])); in logSelectionModified()
810 int[] wordIndices = getWordDelta(start, end); in logSelectionAction() local
814 wordIndices[0], wordIndices[1], action, in logSelectionAction()
819 wordIndices[0], wordIndices[1], action)); in logSelectionAction()
850 int[] wordIndices = new int[2]; in getWordDelta() local
853 wordIndices[0] = 0; in getWordDelta()
855 wordIndices[0] = -countWordsForward(start); in getWordDelta()
[all …]