Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2893 int[] suggestionSpansFlags = new int[length]; in replaceWithSuggestion() local
2898 suggestionSpansFlags[i] = editable.getSpanFlags(suggestionSpan); in replaceWithSuggestion()
2927 suggestionSpansEnds[i] + lengthDelta, suggestionSpansFlags[i]); in replaceWithSuggestion()