Home | History | Annotate | Download | only in widget

Lines Matching refs:selStart

1142             int selStart = mTextView.getSelectionStart();
1147 final boolean isFocusHighlighted = mSelectAllOnFocus && selStart == 0 &&
1153 if (!mFrozenWithFocus || (selStart < 0 || selEnd < 0)) {
1173 selStart >= 0 && selEnd >= 0) {
1183 Selection.setSelection((Spannable) mTextView.getText(), selStart, selEnd);