Home | History | Annotate | Download | only in dialpad

Lines Matching refs:selectionEnd

1489         int selectionEnd;
1496 selectionEnd = Math.max(anchor, point);
1499 selectionStart = selectionEnd = mDigits.length();
1504 if (canAddDigit(digits, selectionStart, selectionEnd, newDigit)) {
1505 digits.replace(selectionStart, selectionEnd, Character.toString(newDigit));
1507 if (selectionStart != selectionEnd) {