Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java6593 updateSelectionInternal(mStartOffset, offset, in updateCharacterBasedSelection()
6652 updateSelectionInternal(startOffset, offset, in updateWordBasedSelection()
6664 updateSelectionInternal(selectionStart, selectionEnd, in updateParagraphBasedSelection()
6668 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() method in Editor.SelectionHandleView.SelectionModifierCursorController