Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java3362 int[] suggestionSpansFlags = new int[length]; in replaceWithSuggestion() local
3367 suggestionSpansFlags[i] = editable.getSpanFlags(suggestionSpan); in replaceWithSuggestion()
3397 suggestionSpansEnds[i] + lengthDelta, suggestionSpansFlags[i]); in replaceWithSuggestion()