Searched refs:DIVIDER_CONDITION_BOTH (Results 1 – 2 of 2) sorted by relevance
64 @IntDef({DIVIDER_CONDITION_EITHER, DIVIDER_CONDITION_BOTH})68 public static final int DIVIDER_CONDITION_BOTH = 1; field in DividerItemDecoration138 } else if (dividerCondition == DIVIDER_CONDITION_BOTH || index == lastItemIndex) { in shouldDrawDividerBelow()
110 decoration.setDividerCondition(DividerItemDecoration.DIVIDER_CONDITION_BOTH); in testShouldDrawDividerBelowWithBothCondition()