Searched refs:countInStrip (Results 1 – 1 of 1) sorted by relevance
368 final int countInStrip = 1; in layoutAndReturnStartIndexOfMoreSuggestions() local369 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()380 final int countInStrip = mSuggestionsCountInStrip; in layoutAndReturnStartIndexOfMoreSuggestions() local381 mMoreSuggestionsAvailable = (wordCountToShow > countInStrip); in layoutAndReturnStartIndexOfMoreSuggestions()384 for (int positionInStrip = 0; positionInStrip < countInStrip; positionInStrip++) { in layoutAndReturnStartIndexOfMoreSuggestions()523 final int countInStrip = Math.min(punctuationSuggestions.size(), PUNCTUATIONS_IN_STRIP); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions() local524 for (int positionInStrip = 0; positionInStrip < countInStrip; positionInStrip++) { in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()543 mMoreSuggestionsAvailable = (punctuationSuggestions.size() > countInStrip); in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()544 return countInStrip; in layoutPunctuationsAndReturnStartIndexOfMoreSuggestions()