Searched refs:isPunctuationSuggestions (Results 1 – 9 of 9) sorted by relevance
293 if (suggestion.length() == 1 && suggestedWords.isPunctuationSuggestions()) { in onPickSuggestionManually()967 if (!mSuggestedWords.isPunctuationSuggestions()) { in handleSeparatorEvent()1856 previousSuggestedWords.isPunctuationSuggestions() ? SuggestedWords.EMPTY in retrieveOlderSuggestions()
97 public boolean isPunctuationSuggestions() { in isPunctuationSuggestions() method in PunctuationSuggestions
164 public boolean isPunctuationSuggestions() { in isPunctuationSuggestions() method in SuggestedWords
1493 || suggestedWords.isPunctuationSuggestions() in setSuggestedWords()
71 || suggestedWords.isPrediction() || suggestedWords.isPunctuationSuggestions()) { in getTextWithSuggestionSpan()
74 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwiceForFrench()
44 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
430 assertTrue("isPunctuationSuggestions", suggestedWords.isPunctuationSuggestions()); in testingStandardPunctuationSuggestions()
363 if (suggestedWords.isPunctuationSuggestions()) { in layoutAndReturnStartIndexOfMoreSuggestions()