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

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

Completed in 28 milliseconds