Searched refs:setContractedChild (Results 1 – 5 of 5) sorted by relevance
63 mView.setContractedChild(createViewWithHeight(10)); in setup()90 mView.setContractedChild(mockContracted); in testShowAppOpsIcons()125 mView.setContractedChild(mockContracted); in testExpandButtonFocusIsCalled()
259 mRow.getPrivateLayout().setContractedChild(view); in testUsesSameViewWhenCachedPossibleToReuse()280 mRow.getPrivateLayout().setContractedChild(view); in testInflatesNewViewWhenCachedNotPossibleToReuse()
97 lastChild.getRow().getPrivateLayout().setContractedChild(null); in testContentViewsBeforeCutoffAreBound()128 row.getPrivateLayout().setContractedChild(new View(mContext)); in createRow()
213 row.getPrivateLayout().setContractedChild(null); in freeNotificationView()232 row.getPublicLayout().setContractedChild(null); in freeNotificationView()573 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()627 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
395 public void setContractedChild(@Nullable View child) { in setContractedChild() method in NotificationContentView