Searched refs:mMoreSuggestionsAvailable (Results 1 – 1 of 1) sorted by relevance
77 private boolean mMoreSuggestionsAvailable; field in SuggestionStripLayoutHelper369 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()381 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()425 if (positionInStrip == mCenterPositionInStrip && mMoreSuggestionsAvailable) { in layoutWord()543 mMoreSuggestionsAvailable = (punctuationSuggestions.size() > countInStrip); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()