Searched refs:setContractedChild (Results 1 – 6 of 6) sorted by relevance
103 lastChild.getRow().getPrivateLayout().setContractedChild(null); in testContentViewsBeforeCutoffAreBound()139 row.getPrivateLayout().setContractedChild(new View(mContext)); in createRow()
298 mRow.getPrivateLayout().setContractedChild(view); in testUsesSameViewWhenCachedPossibleToReuse()319 mRow.getPrivateLayout().setContractedChild(view); in testInflatesNewViewWhenCachedNotPossibleToReuse()
313 mRow.privateLayout.setContractedChild(view) in <lambda>()351 mRow.privateLayout.setContractedChild(view) in <lambda>()
277 row.getPrivateLayout().setContractedChild(null); in freeNotificationView()296 row.getPublicLayout().setContractedChild(null); in freeNotificationView()881 privateLayout.setContractedChild(result.inflatedContentView);960 publicLayout.setContractedChild(result.inflatedPublicView);
261 row.privateLayout.setContractedChild(null) in <lambda>()283 row.publicLayout.setContractedChild(null) in <lambda>()1368 privateLayout.setContractedChild(result.inflatedContentView) in <lambda>()1453 publicLayout.setContractedChild(result.inflatedPublicView) in <lambda>()
418 public void setContractedChild(@Nullable View child) { in setContractedChild() method in NotificationContentView