Searched refs:dividerCondition (Results 1 – 1 of 1) sorted by relevance
81 @DividerCondition private int dividerCondition; field in DividerItemDecoration92 final int dividerCondition = in DividerItemDecoration() local99 setDividerCondition(dividerCondition); in DividerItemDecoration()133 if (dividerCondition == DIVIDER_CONDITION_EITHER) { in shouldDrawDividerBelow()138 } else if (dividerCondition == DIVIDER_CONDITION_BOTH || index == lastItemIndex) { in shouldDrawDividerBelow()214 public void setDividerCondition(@DividerCondition int dividerCondition) { in setDividerCondition() argument215 this.dividerCondition = dividerCondition; in setDividerCondition()225 return dividerCondition; in getDividerCondition()