Searched refs:prepareCursorControllers (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java1253 if (mEditor != null) mEditor.prepareCursorControllers();
1348 mEditor.prepareCursorControllers();
1562 if (mEditor != null) mEditor.prepareCursorControllers();
3707 if (mEditor != null) mEditor.prepareCursorControllers();
4791 mEditor.prepareCursorControllers();
5758 if (mEditor != null) mEditor.prepareCursorControllers();
5978 if (mEditor != null) mEditor.prepareCursorControllers();
7054 mEditor.prepareCursorControllers();
7809 * a selection controller (see {@link Editor#prepareCursorControllers()}), but this is not
H A DEditor.java422 void prepareCursorControllers() { method in class:Editor
576 * a selection controller (see {@link #prepareCursorControllers()}), but this is not sufficient.
3078 prepareCursorControllers();

Completed in 45 milliseconds