Searched defs:mSpansLengths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java2644 private final HashMap<SuggestionSpan, Integer> mSpansLengths; field in class:Editor.SuggestionsPopupWindow
2670 mSpansLengths = new HashMap<SuggestionSpan, Integer>();
2772 return mSpansLengths.get(span1).intValue() - mSpansLengths.get(span2).intValue();
2785 mSpansLengths.clear();
2789 mSpansLengths.put(suggestionSpan, Integer.valueOf(end - start));

Completed in 145 milliseconds