Searched refs:setExpandedChild (Results 1 – 3 of 3) sorted by relevance
100 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()131 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
241 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()731 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()735 privateLayout.setExpandedChild(null); in finishIfDone()
440 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView