Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java150 InsertionPointCursorController mInsertionPointCursorController; field in Editor
341 if (mInsertionPointCursorController != null) { in onAttachedToWindow()
342 observer.addOnTouchModeChangeListener(mInsertionPointCursorController); in onAttachedToWindow()
375 if (mInsertionPointCursorController != null) { in onDetachedFromWindow()
376 mInsertionPointCursorController.onDetached(); in onDetachedFromWindow()
594 if (mInsertionPointCursorController != null) { in prepareCursorControllers()
595 mInsertionPointCursorController.onDetached(); in prepareCursorControllers()
596 mInsertionPointCursorController = null; in prepareCursorControllers()
610 if (mInsertionPointCursorController != null) { in hideInsertionPointCursorController()
611 mInsertionPointCursorController.hide(); in hideInsertionPointCursorController()
[all …]