Searched defs:rowItem (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DListContent.java301 * @param rowItem the row item to determine the template type of.
306 public static int getRowType(Context context, SliceItem rowItem, boolean isHeader, argument
308 if (rowItem != null) {
309 if (rowItem.hasHint(HINT_HORIZONTAL)) {
312 RowContent rc = new RowContent(context, rowItem, isHeader);

Completed in 30 milliseconds