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