Searched refs:GridContent (Results 1 – 4 of 4) sorted by relevance
88 private GridContent mGridContent;156 GridContent gc = mGridContent; in setTint()173 mGridContent = new GridContent(getContext(), slice); in setSliceItem()178 private void populateViews(GridContent gc) { in populateViews()190 ArrayList<GridContent.CellContent> cells = gc.getGridContent(); in populateViews()215 addCell(new GridContent.CellContent(seeMoreItem), index, total); in addSeeMoreCount()253 private void addCell(GridContent.CellContent cell, int index, int total) { in addCell()
235 GridContent gc = new GridContent(context, item); in getHeight()348 GridContent gc = new GridContent(mContext, mHeaderItem); in getPrimaryAction()
59 public class GridContent { class78 public GridContent(Context context, SliceItem gridItem) { in GridContent() method in GridContent
51 import androidx.slice.widget.GridContent;172 GridContent gc = new GridContent(mContext, mHeaderItem); in hasLargeMode()