Searched refs:mSpansLengths (Results 1 – 2 of 2) sorted by relevance
3431 private final HashMap<SuggestionSpan, Integer> mSpansLengths = field in Editor.SuggestionHelper3450 return mSpansLengths.get(span1).intValue() - mSpansLengths.get(span2).intValue(); in compare()3463 mSpansLengths.clear(); in getSortedSuggestionSpans()3467 mSpansLengths.put(suggestionSpan, Integer.valueOf(end - start)); in getSortedSuggestionSpans()3473 mSpansLengths.clear(); in getSortedSuggestionSpans()
81530 Landroid/widget/Editor$SuggestionHelper;->mSpansLengths:Ljava/util/HashMap;