Searched refs:subItemsCount (Results 1 – 1 of 1) sorted by relevance
153 final int subItemsCount = subItems.size(); in showSlice() local156 mRow.setVisibility(subItemsCount > 0 ? VISIBLE : GONE); in showSlice()161 for (int i = startIndex; i < subItemsCount; i++) { in showSlice()