Searched refs:mInsertionPointCursorController (Results 1 – 1 of 1) sorted by relevance
172 private InsertionPointCursorController mInsertionPointCursorController; field in Editor396 if (mInsertionPointCursorController != null) { in onAttachedToWindow()397 observer.addOnTouchModeChangeListener(mInsertionPointCursorController); in onAttachedToWindow()423 if (mInsertionPointCursorController != null) { in onDetachedFromWindow()424 mInsertionPointCursorController.onDetached(); in onDetachedFromWindow()640 if (mInsertionPointCursorController != null) { in prepareCursorControllers()641 mInsertionPointCursorController.onDetached(); in prepareCursorControllers()642 mInsertionPointCursorController = null; in prepareCursorControllers()656 if (mInsertionPointCursorController != null) { in hideInsertionPointCursorController()657 mInsertionPointCursorController.hide(); in hideInsertionPointCursorController()[all …]