Searched refs:mSelectionModifierCursorController (Results 1 – 2 of 2) sorted by relevance
205 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor479 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()480 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()481 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()512 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()513 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()752 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()753 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()754 mSelectionModifierCursorController = null; in prepareCursorControllers()1338 if (mSelectionModifierCursorController != null) { in onFocusChanged()[all …]
7494 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()7495 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()8765 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()8766 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()10832 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()10833 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()