Searched refs:NO_DREAM_ITEM (Results 1 – 2 of 2) sorted by relevance
37 public static final int NO_DREAM_ITEM = 1; field in DreamItemViewTypes41 @IntDef({DreamItemViewTypes.DREAM_ITEM, DreamItemViewTypes.NO_DREAM_ITEM})
110 if (item.viewType() != DreamItemViewTypes.NO_DREAM_ITEM) { in bindView()