Searched refs:rowItem (Results 1 – 2 of 2) sorted by relevance
306 public static int getRowType(Context context, SliceItem rowItem, boolean isHeader, in getRowType() argument308 if (rowItem != null) { in getRowType()309 if (rowItem.hasHint(HINT_HORIZONTAL)) { in getRowType()312 RowContent rc = new RowContent(context, rowItem, isHeader); in getRowType()
657 ListRow rowItem = (ListRow) item; in onBindRowViewHolder() local658 vh.mItemBridgeAdapter.setAdapter(rowItem.getAdapter()); in onBindRowViewHolder()660 vh.mGridView.setContentDescription(rowItem.getContentDescription()); in onBindRowViewHolder()