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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DPunctuationSuggestions.java34 public final class PunctuationSuggestions extends SuggestedWords { class in inherits:SuggestedWords
35 private PunctuationSuggestions(final ArrayList<SuggestedWordInfo> punctuationsList) { method in class:PunctuationSuggestions
47 * Create new instance of {@link PunctuationSuggestions} from the array of punctuation key
51 * @return The {@link PunctuationSuggestions} object.
53 public static PunctuationSuggestions newPunctuationSuggestions(
56 return new PunctuationSuggestions(new ArrayList<SuggestedWordInfo>(0));
63 return new PunctuationSuggestions(punctuationList);
112 return "PunctuationSuggestions: "

Completed in 94 milliseconds