Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java100 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()
131 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java241 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()
731 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()
735 privateLayout.setExpandedChild(null); in finishIfDone()
H A DNotificationContentView.java440 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView