Searched refs:unionOfSpansCoveringSelectionStartStart (Results 1 – 1 of 1) sorted by relevance
2442 int unionOfSpansCoveringSelectionStartStart = mTextView.getText().length(); in shouldOfferToShowSuggestions() local2456 unionOfSpansCoveringSelectionStartStart = in shouldOfferToShowSuggestions()2457 Math.min(unionOfSpansCoveringSelectionStartStart, spanStart); in shouldOfferToShowSuggestions()2464 if (unionOfSpansCoveringSelectionStartStart >= unionOfSpansCoveringSelectionStartEnd) { in shouldOfferToShowSuggestions()2468 if (minSpanStart < unionOfSpansCoveringSelectionStartStart in shouldOfferToShowSuggestions()