Searched defs:mInsertionPointCursorController (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java200 private InsertionPointCursorController mInsertionPointCursorController; field in class:Editor
458 if (mInsertionPointCursorController != null) {
459 observer.addOnTouchModeChangeListener(mInsertionPointCursorController);
490 if (mInsertionPointCursorController != null) {
491 mInsertionPointCursorController.onDetached();
726 if (mInsertionPointCursorController != null) {
727 mInsertionPointCursorController.onDetached();
728 mInsertionPointCursorController = null;
742 if (mInsertionPointCursorController != null) {
743 mInsertionPointCursorController
[all...]

Completed in 89 milliseconds