Searched refs:selectionController (Results 1 – 1 of 1) sorted by relevance
1261 SelectionModifierCursorController selectionController = getSelectionController(); in touchPositionIsInSelection() local1262 int minOffset = selectionController.getMinTouchOffset(); in touchPositionIsInSelection()1263 int maxOffset = selectionController.getMaxTouchOffset(); in touchPositionIsInSelection()1401 SelectionModifierCursorController selectionController = getSelectionController(); in getLastTouchOffsets() local1402 final int minOffset = selectionController.getMinTouchOffset(); in getLastTouchOffsets()1403 final int maxOffset = selectionController.getMaxTouchOffset(); in getLastTouchOffsets()2217 final SelectionModifierCursorController selectionController = getSelectionController(); in refreshTextActionMode() local2219 if ((selectionController != null && selectionController.isCursorBeingModified()) in refreshTextActionMode()2233 } else if (selectionController == null || !selectionController.isActive()) { in refreshTextActionMode()4079 SelectionModifierCursorController selectionController = getSelectionController(); in TextActionModeCallback() local[all …]