Home | History | Annotate | Download | only in widget

Lines Matching defs:selEnd

1143             int selEnd = mTextView.getSelectionEnd();
1148 selEnd == mTextView.getText().length();
1153 if (!mFrozenWithFocus || (selStart < 0 || selEnd < 0)) {
1173 selStart >= 0 && selEnd >= 0) {
1183 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);