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

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

Completed in 43 milliseconds