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

/frameworks/base/core/java/android/widget/
H A DEditor.java1590 } else if (hasInsertionController()) {
1607 boolean hasInsertionController() { method in class:Editor
2239 if (hasInsertionController()) {
H A DTextView.java8338 return mEditor != null && mEditor.hasInsertionController();

Completed in 56 milliseconds