Home
last modified time | relevance | path

Searched refs:unionOfSpansCoveringSelectionStartStart (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java2683 int unionOfSpansCoveringSelectionStartStart = mTextView.getText().length(); in shouldOfferToShowSuggestions() local
2697 unionOfSpansCoveringSelectionStartStart = in shouldOfferToShowSuggestions()
2698 Math.min(unionOfSpansCoveringSelectionStartStart, spanStart); in shouldOfferToShowSuggestions()
2705 if (unionOfSpansCoveringSelectionStartStart >= unionOfSpansCoveringSelectionStartEnd) { in shouldOfferToShowSuggestions()
2709 if (minSpanStart < unionOfSpansCoveringSelectionStartStart in shouldOfferToShowSuggestions()