Searched refs:TYPE_DIVIDER (Results 1 – 3 of 3) sorted by relevance
32 public static final int TYPE_DIVIDER = 2; field in CardRow
65 private static final int TYPE_DIVIDER = 4; field in TileAdapter179 return TYPE_DIVIDER; in getItemViewType()191 if (viewType == TYPE_DIVIDER) { in onCreateViewHolder()216 if (holder.getItemViewType() == TYPE_DIVIDER) { in onBindViewHolder()471 return type == TYPE_EDIT || type == TYPE_DIVIDER ? 3 : 1;
122 case CardRow.TYPE_DIVIDER: in createCardRow()