Searched refs:mInsertionPointCursorController (Results 1 – 1 of 1) sorted by relevance
204 private InsertionPointCursorController mInsertionPointCursorController; field in Editor476 if (mInsertionPointCursorController != null) { in onAttachedToWindow()477 observer.addOnTouchModeChangeListener(mInsertionPointCursorController); in onAttachedToWindow()508 if (mInsertionPointCursorController != null) { in onDetachedFromWindow()509 mInsertionPointCursorController.onDetached(); in onDetachedFromWindow()744 if (mInsertionPointCursorController != null) { in prepareCursorControllers()745 mInsertionPointCursorController.onDetached(); in prepareCursorControllers()746 mInsertionPointCursorController = null; in prepareCursorControllers()760 if (mInsertionPointCursorController != null) { in hideInsertionPointCursorController()761 mInsertionPointCursorController.hide(); in hideInsertionPointCursorController()[all …]