Searched refs:setIsExpanded (Results 1 – 9 of 9) sorted by relevance
133 mController.setIsExpanded(true); in getConditionalCards_hasOneConditionCardAndExpanded_shouldGetOneFullWidthCard()147 mController.setIsExpanded(false); in getConditionalCards_hasOneConditionCardAndCollapsed_shouldGetConditionalHeader()159 mController.setIsExpanded(true); in getConditionalCards_hasTwoConditionCardsAndExpanded_shouldGetTwoHalfWidthCards()175 mController.setIsExpanded(false); in getConditionalCards_hasTwoConditionCardsAndCollapsed_shouldGetConditionalHeader()187 mController.setIsExpanded(true); in getConditionalCards_hasThreeCardsAndExpanded_shouldGetThreeCardsWithFooter()199 mController.setIsExpanded(false); in getConditionalCards_hasThreeCardsAndCollapsed_shouldGetOneConditionalHeader()
95 verify(mController).setIsExpanded(false); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
103 verify(mController).setIsExpanded(true); in bindView_clickView_shouldSetTrueToIsConditionExpanded()
64 controller.setIsExpanded(false); in bindView()
77 controller.setIsExpanded(true); in bindView()
62 public void setIsExpanded(boolean isExpanded) { in setIsExpanded() method in ConditionContextualCardController
83 void setIsExpanded(boolean isExpanded) { in setIsExpanded() method in ExpandDividerPreference
387 mExpandDividerPreference.setIsExpanded(mIsExpanded); in addAllPreferences()
111 mExpandDividerPreference.setIsExpanded(true); in testSetIsExpanded_updateStateButNotInvokeCallback()