Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java68 mView.setExpandedChild(createViewWithHeight(20)); in setup()
109 mView.setExpandedChild(mockExpanded); in testShowAppOpsIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java694 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()
697 privateLayout.setExpandedChild(null); in finishIfDone()
DNotificationContentView.java446 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView