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