Home
last modified time | relevance | path

Searched refs:mIsObsoleteSuggestions (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggestedWords.java64 public final boolean mIsObsoleteSuggestions; field in SuggestedWords
86 mIsObsoleteSuggestions = isObsoleteSuggestions; in SuggestedWords()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DSpacingAndPunctuationsTests.java451 assertFalse("isObsoleteSuggestions", suggestedWords.mIsObsoleteSuggestions); in testingStandardPunctuationSuggestions()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java320 if (suggestedWords.mIsObsoleteSuggestions && !isTypedWord) { in getSuggestionTextColor()