Searched refs:LevenshteinSuggestionFormatter (Results 1 – 3 of 3) sorted by relevance
31 public class LevenshteinSuggestionFormatter extends SuggestionFormatter { class35 public LevenshteinSuggestionFormatter(TextAppearanceFactory spanFactory) { in LevenshteinSuggestionFormatter() method in LevenshteinSuggestionFormatter
319 return new LevenshteinSuggestionFormatter(getTextAppearanceFactory());
32 private LevenshteinSuggestionFormatter mFormatter;38 mFormatter = new LevenshteinSuggestionFormatter(new MockTextAppearanceFactory()); in setUp()