Searched refs:mSpansLengths (Results 1 – 1 of 1) sorted by relevance
2645 private final HashMap<SuggestionSpan, Integer> mSpansLengths; field in Editor.SuggestionsPopupWindow2671 mSpansLengths = new HashMap<SuggestionSpan, Integer>(); in SuggestionsPopupWindow()2773 return mSpansLengths.get(span1).intValue() - mSpansLengths.get(span2).intValue(); in compare()2786 mSpansLengths.clear(); in getSuggestionSpans()2790 mSpansLengths.put(suggestionSpan, Integer.valueOf(end - start)); in getSuggestionSpans()