Searched refs:itemsSize (Results 1 – 1 of 1) sorted by relevance
180 final int itemsSize = mItems.size(); in splitAndSuggest() local181 final TextInfo[] splitTextInfos = new TextInfo[itemsSize]; in splitAndSuggest()182 for (int j = 0; j < itemsSize; ++j) { in splitAndSuggest()