Home | History | Annotate | Download | only in widget

Lines Matching defs:selectionStart

455     private void resetTextClassificationHelper(int selectionStart, int selectionEnd) {
456 if (selectionStart < 0 || selectionEnd < 0) {
458 selectionStart = mTextView.getSelectionStart();
464 selectionStart, selectionEnd,
504 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) {
509 mOriginalStart = mSelectionStart = selectionStart;
514 text, selectionStart,
547 int selectionStart, int selectionEnd,
550 mSelectionStart = selectionStart;
553 mLogger.logSelectionModified(selectionStart, selectionEnd, classification, null);
570 int selectionStart, int selectionEnd,
575 mLogger.logSelectionAction(selectionStart, selectionEnd, action, classification);
962 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) {
963 init(textClassifier, text, selectionStart, selectionEnd, locales);
969 int selectionStart, int selectionEnd, LocaleList locales) {
973 Preconditions.checkArgument(selectionEnd > selectionStart);
974 mSelectionStart = selectionStart;