Home
last modified time | relevance | path

Searched refs:mInsertionPointCursorController (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java172 private InsertionPointCursorController mInsertionPointCursorController; field in Editor
396 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 …]