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