Searched refs:setContractedChild (Results 1 – 3 of 3) sorted by relevance
67 mView.setContractedChild(createViewWithHeight(10)); in setup()108 mView.setContractedChild(mockContracted); in testShowAppOpsIcons()
336 mRow.getPublicLayout().setContractedChild(null); in freeNotificationView()683 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()731 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
406 public void setContractedChild(@Nullable View child) { in setContractedChild() method in NotificationContentView