Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java104 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()
140 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java283 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()
895 privateLayout.setExpandedChild(result.inflatedExpandedView);
899 privateLayout.setExpandedChild(null);
DNotificationRowContentBinderImpl.kt268 row.privateLayout.setExpandedChild(null) in <lambda>()
1386 privateLayout.setExpandedChild(result.inflatedExpandedView) in <lambda>()
1393 privateLayout.setExpandedChild(null) in <lambda>()
DNotificationContentView.java458 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView