Home
last modified time | relevance | path

Searched refs:setContractedChild (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java67 mView.setContractedChild(createViewWithHeight(10)); in setup()
108 mView.setContractedChild(mockContracted); in testShowAppOpsIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java336 mRow.getPublicLayout().setContractedChild(null); in freeNotificationView()
683 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
731 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
DNotificationContentView.java406 public void setContractedChild(@Nullable View child) { in setContractedChild() method in NotificationContentView