Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java997 SelectionModifierCursorController selectionController = getSelectionController(); in touchPositionIsInSelection()
1096 getSelectionController().resetTouchOffsets(); in startDragAndDrop()
1131 SelectionModifierCursorController selectionController = getSelectionController(); in getLastTouchOffsets()
1364 getSelectionController().onTouchEvent(event); in onTouchEvent()
1473 getSelectionController() : getInsertionController(); in finishBatchEdit()
1878 final SelectionModifierCursorController selectionController = getSelectionController(); in refreshTextActionMode()
1944 getSelectionController().show(); in startSelectionActionMode()
1971 getSelectionController().enterDrag( in selectCurrentWordAndStartDrag()
2187 SelectionModifierCursorController getSelectionController() { in getSelectionController() method in Editor
3660 SelectionModifierCursorController selectionController = getSelectionController(); in TextActionModeCallback()