Searched refs:mSelectionModifierCursorController (Results 1 – 2 of 2) sorted by relevance
211 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor615 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()616 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()617 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()648 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()649 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()888 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()889 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()890 mSelectionModifierCursorController = null; in prepareCursorControllers()1498 if (mSelectionModifierCursorController != null) { in onFocusChanged()[all …]
7547 if (mEditor != null && mEditor.mSelectionModifierCursorController != null in onPreDraw()7548 && mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()8803 if (mEditor.mSelectionModifierCursorController != null) { in setExtracting()8804 mEditor.mSelectionModifierCursorController.resetTouchOffsets(); in setExtracting()10937 if (mEditor.mSelectionModifierCursorController != null in onTouchEvent()10938 && mEditor.mSelectionModifierCursorController.isDragAcceleratorActive()) { in onTouchEvent()