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

/frameworks/base/core/java/android/widget/
H A DEditor.java164 InsertionPointCursorController mInsertionPointCursorController; field in class:Editor
374 if (mInsertionPointCursorController != null) {
375 observer.addOnTouchModeChangeListener(mInsertionPointCursorController);
401 if (mInsertionPointCursorController != null) {
402 mInsertionPointCursorController.onDetached();
617 if (mInsertionPointCursorController != null) {
618 mInsertionPointCursorController.onDetached();
619 mInsertionPointCursorController = null;
633 if (mInsertionPointCursorController != null) {
634 mInsertionPointCursorController
[all...]

Completed in 57 milliseconds