Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentViewTest.java64 mView.setExpandedChild(createViewWithHeight(20)); in setup()
94 mView.setExpandedChild(mockExpanded); in testShowFeedbackIcon()
131 mView.setExpandedChild(mockExpanded); in testExpandButtonFocusIsCalled()
/aosp12/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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java219 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()
598 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()
602 privateLayout.setExpandedChild(null); in finishIfDone()
H A DNotificationContentView.java396 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView