Home
last modified time | relevance | path

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

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