Searched refs:setExpandedChild (Results 1 – 4 of 4) sorted by relevance
64 mView.setExpandedChild(createViewWithHeight(20)); in setup()94 mView.setExpandedChild(mockExpanded); in testShowFeedbackIcon()131 mView.setExpandedChild(mockExpanded); in testExpandButtonFocusIsCalled()
100 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()131 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
219 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()598 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()602 privateLayout.setExpandedChild(null); in finishIfDone()
396 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView