Searched refs:selectionController (Results 1 – 1 of 1) sorted by relevance
1125 SelectionModifierCursorController selectionController = getSelectionController(); in touchPositionIsInSelection() local1126 int minOffset = selectionController.getMinTouchOffset(); in touchPositionIsInSelection()1127 int maxOffset = selectionController.getMaxTouchOffset(); in touchPositionIsInSelection()1248 SelectionModifierCursorController selectionController = getSelectionController(); in getLastTouchOffsets() local1249 final int minOffset = selectionController.getMinTouchOffset(); in getLastTouchOffsets()1250 final int maxOffset = selectionController.getMaxTouchOffset(); in getLastTouchOffsets()2080 final SelectionModifierCursorController selectionController = getSelectionController(); in refreshTextActionMode() local2082 if ((selectionController != null && selectionController.isCursorBeingModified()) in refreshTextActionMode()2096 } else if (selectionController == null || !selectionController.isActive()) { in refreshTextActionMode()3933 SelectionModifierCursorController selectionController = getSelectionController(); in TextActionModeCallback() local[all …]