Searched refs:subItems (Results 1 – 2 of 2) sorted by relevance
218 List<SliceContent> subItems = lc.getRowItems().stream().filter(sliceContent -> { in showSlice() local225 mClickActions = mView.showSlice(hasHeader ? headerContent : null, subItems); in showSlice()
134 Map<View, PendingIntent> showSlice(RowContent header, List<SliceContent> subItems) { in showSlice() argument153 final int subItemsCount = subItems.size(); in showSlice()162 RowContent rc = (RowContent) subItems.get(i); in showSlice()