Home | History | Annotate | Download | only in widget

Lines Matching refs:onCheckIsTextEditor

4361                             && mLayout != null && onCheckIsTextEditor()) {
4434 @Override public boolean onCheckIsTextEditor() {
4439 if (onCheckIsTextEditor()) {
6569 if ((mMovement != null || onCheckIsTextEditor()) && mText instanceof Spannable && mLayout != null) {
6580 if (mText instanceof Editable && onCheckIsTextEditor()) {