Searched refs:setExpandedChild (Results 1 – 4 of 4) sorted by relevance
64 mView.setExpandedChild(createViewWithHeight(20)); in setup()91 mView.setExpandedChild(mockExpanded); in testShowAppOpsIcons()126 mView.setExpandedChild(mockExpanded); in testExpandButtonFocusIsCalled()
98 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()129 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
219 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()586 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()590 privateLayout.setExpandedChild(null); in finishIfDone()
433 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView