Searched refs:noSuggestions (Results 1 – 2 of 2) sorted by relevance
209 boolean noSuggestions = true; in updateViews()220 noSuggestions &= (item == SmartDialEntry.NULL); in updateViews()279 mBackground.animate().withLayer().alpha(noSuggestions ? 1.0f : BACKGROUND_FADE_AMOUNT); in updateViews()
49 final static ArrayList<SuggestedWordInfo> noSuggestions = CollectionUtils.newArrayList(); field in DictionaryPool56 return noSuggestions;