Searched refs:isPunctuationSuggestions (Results 1 – 9 of 9) sorted by relevance
106 public boolean isPunctuationSuggestions() { in isPunctuationSuggestions() method in PunctuationSuggestions
179 public boolean isPunctuationSuggestions() { in isPunctuationSuggestions() method in SuggestedWords
1579 || suggestedWords.isPunctuationSuggestions() in setSuggestedWords()
77 || suggestedWords.isPrediction() || suggestedWords.isPunctuationSuggestions()) { in getTextWithSuggestionSpan()
44 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
769 mLatinIME.getSuggestedWordsForTest().isPunctuationSuggestions()); in testWordThenSpaceThenPunctuationFromStripTwice()
279 if (suggestion.length() == 1 && suggestedWords.isPunctuationSuggestions()) { in onPickSuggestionManually()944 if (!mSuggestedWords.isPunctuationSuggestions()) { in handleSeparatorEvent()1918 final SuggestedWords oldSuggestedWords = previousSuggestedWords.isPunctuationSuggestions() in retrieveOlderSuggestions()
450 assertTrue("isPunctuationSuggestions", suggestedWords.isPunctuationSuggestions()); in testingStandardPunctuationSuggestions()
352 if (suggestedWords.isPunctuationSuggestions()) { in layoutAndReturnStartIndexOfMoreSuggestions()