Searched refs:setHeadsUpChild (Results 1 – 3 of 3) sorted by relevance
65 mView.setHeadsUpChild(createViewWithHeight(30)); in setup()92 mView.setHeadsUpChild(mockHeadsUp); in testShowAppOpsIcons()127 mView.setHeadsUpChild(mockHeadsUp); in testExpandButtonFocusIsCalled()
225 row.getPrivateLayout().setHeadsUpChild(null); in freeNotificationView()607 privateLayout.setHeadsUpChild(result.inflatedHeadsUpView); in finishIfDone()611 privateLayout.setHeadsUpChild(null); in finishIfDone()
475 public void setHeadsUpChild(@Nullable View child) { in setHeadsUpChild() method in NotificationContentView