Searched refs:selectionController (Results 1 – 1 of 1) sorted by relevance
1415 SelectionModifierCursorController selectionController = getSelectionController(); in touchPositionIsInSelection() local1416 int minOffset = selectionController.getMinTouchOffset(); in touchPositionIsInSelection()1417 int maxOffset = selectionController.getMaxTouchOffset(); in touchPositionIsInSelection()1557 SelectionModifierCursorController selectionController = getSelectionController(); in getLastTouchOffsets() local1558 final int minOffset = selectionController.getMinTouchOffset(); in getLastTouchOffsets()1559 final int maxOffset = selectionController.getMaxTouchOffset(); in getLastTouchOffsets()2452 final SelectionModifierCursorController selectionController = getSelectionController(); in refreshTextActionMode() local2454 if ((selectionController != null && selectionController.isCursorBeingModified()) in refreshTextActionMode()2468 } else if (selectionController == null || !selectionController.isActive()) { in refreshTextActionMode()4625 SelectionModifierCursorController selectionController = getSelectionController(); in TextActionModeCallback() local[all …]