Home | History | Annotate | Download | only in widget

Lines Matching refs:textLength

734         final int textLength = mTextView.getText().length();
735 if (offset + 1 < textLength) {
742 if (offset < textLength) {
1894 final int textLength = text.length();
1897 text.setSpan(mKeyListener, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);
1903 text.setSpan(mSpanController, 0, textLength, Spanned.SPAN_INCLUSIVE_INCLUSIVE);