Searched refs:mSelectionModifierCursorController (Results 1 – 2 of 2) sorted by relevance
133 SelectionModifierCursorController mSelectionModifierCursorController; field in Editor240 if (mSelectionModifierCursorController != null) { in onAttachedToWindow()241 mSelectionModifierCursorController.resetTouchOffsets(); in onAttachedToWindow()242 observer.addOnTouchModeChangeListener(mSelectionModifierCursorController); in onAttachedToWindow()276 if (mSelectionModifierCursorController != null) { in onDetachedFromWindow()277 mSelectionModifierCursorController.onDetached(); in onDetachedFromWindow()491 if (mSelectionModifierCursorController != null) { in prepareCursorControllers()492 mSelectionModifierCursorController.onDetached(); in prepareCursorControllers()493 mSelectionModifierCursorController = null; in prepareCursorControllers()989 if (mSelectionModifierCursorController != null) { in onFocusChanged()[all …]
4928 if (mEditor != null && mEditor.mSelectionModifierCursorController != null && in onPreDraw()4929 mEditor.mSelectionModifierCursorController.isSelectionStartDragged()) { in onPreDraw()