Home | History | Annotate | Download | only in widget

Lines Matching refs:hasSelection

4652         if (this instanceof ExtractEditText && hasSelection() && mEditor != null) {
4805 || mText instanceof Spannable || hasSelection());
6952 public boolean hasSelection() {
8361 if (mText.length() > 0 && hasSelection() && mText instanceof Editable && mEditor != null &&
8374 if (mText.length() > 0 && hasSelection()) {