Home | History | Annotate | Download | only in method

Lines Matching refs:selStart

87         int selStart, selEnd;
98 selStart = Math.min(a, b);
113 if (activeStart == selStart && activeEnd == selEnd &&
114 selEnd - selStart == 1 &&
117 char current = content.charAt(selStart);
120 content.replace(selStart, selEnd,
128 content.replace(selStart, selEnd,
139 char ch = content.charAt(selStart);
145 content.replace(selStart, selEnd, val, ix, ix + 1);
162 selStart = selEnd;
177 TextKeyListener.shouldCap(mCapitalize, content, selStart)) {
186 if (selStart != selEnd) {
190 content.setSpan(OLD_SEL_START, selStart, selStart,
193 content.replace(selStart, selEnd, val, off, off + 1);