Home | History | Annotate | Download | only in widget

Lines Matching defs:selEnd

909             int selEnd = mTextView.getSelectionEnd();
914 selEnd == mTextView.getText().length();
919 if (!mFrozenWithFocus || (selStart < 0 || selEnd < 0)) {
939 selStart >= 0 && selEnd >= 0) {
949 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);
978 final int selEnd = mTextView.getSelectionEnd();
980 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);