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

/frameworks/base/core/java/android/widget/
H A DEditor.java579 return hasSelectionController() && mTextView.getText().length() != 0;
1015 if (hasSelectionController()) {
1614 boolean hasSelectionController() { method in class:Editor
H A DTextView.java7813 return mText.length() != 0 && mEditor != null && mEditor.hasSelectionController();

Completed in 1356 milliseconds