Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3158 private final HashMap<SuggestionSpan, Integer> mSpansLengths = field in Editor.SuggestionHelper
3177 return mSpansLengths.get(span1).intValue() - mSpansLengths.get(span2).intValue(); in compare()
3190 mSpansLengths.clear(); in getSortedSuggestionSpans()
3194 mSpansLengths.put(suggestionSpan, Integer.valueOf(end - start)); in getSortedSuggestionSpans()
3200 mSpansLengths.clear(); in getSortedSuggestionSpans()