Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java1125 SelectionModifierCursorController selectionController = getSelectionController(); in touchPositionIsInSelection()
1187 getSelectionController().resetTouchOffsets(); in startDragAndDrop()
1248 SelectionModifierCursorController selectionController = getSelectionController(); in getLastTouchOffsets()
1493 getSelectionController().onTouchEvent(event); in onTouchEvent()
1616 ? getSelectionController() : getInsertionController(); in finishBatchEdit()
2080 final SelectionModifierCursorController selectionController = getSelectionController(); in refreshTextActionMode()
2210 getSelectionController().enterDrag( in selectCurrentWordAndStartDrag()
2459 SelectionModifierCursorController getSelectionController() { in getSelectionController() method in Editor
3933 SelectionModifierCursorController selectionController = getSelectionController(); in TextActionModeCallback()
4974 final SelectionModifierCursorController controller = getSelectionController(); in getOtherSelectionHandle()
[all …]
DSelectionActionModeHelper.java268 final SelectionModifierCursorController controller = mEditor.getSelectionController(); in startActionMode()