Searched refs:CONDITIONAL_HEADER (Results 1 – 10 of 10) sorted by relevance
141 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasOneConditionCardAndExpanded_shouldGetOneFullWidthCard()153 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isNotEmpty(); in getConditionalCards_hasOneConditionCardAndCollapsed_shouldGetConditionalHeader()169 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasTwoConditionCardsAndExpanded_shouldGetTwoHalfWidthCards()181 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isNotEmpty(); in getConditionalCards_hasTwoConditionCardsAndCollapsed_shouldGetConditionalHeader()193 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isEmpty(); in getConditionalCards_hasThreeCardsAndExpanded_shouldGetThreeCardsWithFooter()205 assertThat(conditionalCards.get(CardType.CONDITIONAL_HEADER)).isNotEmpty(); in getConditionalCards_hasThreeCardsAndCollapsed_shouldGetOneConditionalHeader()
78 ContextualCard.CardType.CONDITIONAL_HEADER)).thenReturn(mController); in bindView_shouldSetClickListener()96 ContextualCard.CardType.CONDITIONAL_HEADER)).thenReturn(mController); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
41 .isEqualTo(ContextualCard.CardType.CONDITIONAL_HEADER); in getCardType_shouldAlwaysBeConditionalHeader()
42 CardType.CONDITIONAL_HEADER, CardType.CONDITIONAL_FOOTER})49 int CONDITIONAL_HEADER = 4; field
96 new ControllerRendererMapping(CardType.CONDITIONAL_HEADER,
200 ContextualCard.CardType.CONDITIONAL_HEADER, in onContextualCardUpdated()
43 return CardType.CONDITIONAL_HEADER; in getCardType()
76 ContextualCard.CardType.CONDITIONAL_HEADER); in bindView()
154 conditionalCards.put(ContextualCard.CardType.CONDITIONAL_HEADER, in buildConditionalCardsWithFooterOrHeader()
276 .isEqualTo(ContextualCard.CardType.CONDITIONAL_HEADER); in onContextualCardUpdated_hasEmptyMap_shouldKeepConditionalHeaderCard()