Home | History | Annotate | Download | only in widget

Lines Matching refs:spans

581             // We need to expand by one character because we want to include the spans that
616 // Cancel or merge overlapped spell check spans
672 // edit. The previous spans (that ended on start / started on end) are
684 // Do not create new boundary spans if they already exist
741 private <T> void removeSpansAt(Editable editable, int offset, T[] spans) {
742 final int length = spans.length;
744 final T span = spans[i];