Searched refs:unionOfSpansCoveringSelectionStartStart (Results 1 – 1 of 1) sorted by relevance
2305 int unionOfSpansCoveringSelectionStartStart = mTextView.getText().length(); in shouldOfferToShowSuggestions() local2319 unionOfSpansCoveringSelectionStartStart = in shouldOfferToShowSuggestions()2320 Math.min(unionOfSpansCoveringSelectionStartStart, spanStart); in shouldOfferToShowSuggestions()2327 if (unionOfSpansCoveringSelectionStartStart >= unionOfSpansCoveringSelectionStartEnd) { in shouldOfferToShowSuggestions()2331 if (minSpanStart < unionOfSpansCoveringSelectionStartStart in shouldOfferToShowSuggestions()