Searched refs:setIsExpanded (Results 1 – 12 of 12) 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()
68 setIsExpanded(!mIsExpanded); in onClick()79 void setIsExpanded(boolean isExpanded) { in setIsExpanded() method in ExpandDividerPreference
391 mExpandDividerPreference.setIsExpanded(mIsExpanded); in addAllPreferences()
64 controller.setIsExpanded(false); in bindView()
77 controller.setIsExpanded(true); in bindView()
62 public void setIsExpanded(boolean isExpanded) { in setIsExpanded() method in ConditionContextualCardController
102 mExpandDividerPreference.setIsExpanded(true); in testSetIsExpanded_updateStateButNotInvokeCallback()
115 public void setIsExpanded(boolean isExpanded) { in setIsExpanded() method in NotificationSwipeHelper
768 public void setIsExpanded(boolean isExpanded) { in setIsExpanded() method
1311 setIsExpanded(height > 0);3981 private void setIsExpanded(boolean isExpanded) { in setIsExpanded() method3984 mStackScrollAlgorithm.setIsExpanded(isExpanded); in setIsExpanded()3987 mSwipeHelper.setIsExpanded(isExpanded); in setIsExpanded()