Searched refs:TYPE_DIVIDER (Results 1 – 1 of 1) sorted by relevance
66 private static final int TYPE_DIVIDER = 4; field in TileAdapter203 return TYPE_DIVIDER; in getItemViewType()218 if (viewType == TYPE_DIVIDER) { in onCreateViewHolder()246 if (holder.getItemViewType() == TYPE_DIVIDER) { in onBindViewHolder()518 return type == TYPE_EDIT || type == TYPE_DIVIDER || type == TYPE_HEADER ? 3 : 1;614 case TYPE_DIVIDER: