Searched refs:setExpandedChild (Results 1 – 4 of 4) sorted by relevance
104 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()140 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
283 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()895 privateLayout.setExpandedChild(result.inflatedExpandedView);899 privateLayout.setExpandedChild(null);
268 row.privateLayout.setExpandedChild(null) in <lambda>()1386 privateLayout.setExpandedChild(result.inflatedExpandedView) in <lambda>()1393 privateLayout.setExpandedChild(null) in <lambda>()
458 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView