Searched refs:setHeadsUpChild (Results 1 – 3 of 3) sorted by relevance
69 mView.setHeadsUpChild(createViewWithHeight(30)); in setup()110 mView.setHeadsUpChild(mockHeadsUp); in testShowAppOpsIcons()
314 mRow.getPrivateLayout().setHeadsUpChild(null); in freeNotificationView()713 privateLayout.setHeadsUpChild(result.inflatedHeadsUpView); in finishIfDone()716 privateLayout.setHeadsUpChild(null); in finishIfDone()
484 public void setHeadsUpChild(@Nullable View child) { in setHeadsUpChild() method in NotificationContentView