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/row/
DNotificationContentViewTest.java64 mView.setExpandedChild(createViewWithHeight(20)); in setup()
91 mView.setExpandedChild(mockExpanded); in testShowAppOpsIcons()
126 mView.setExpandedChild(mockExpanded); in testExpandButtonFocusIsCalled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java98 lastChild.getRow().getPrivateLayout().setExpandedChild(null); in testContentViewsBeforeCutoffAreBound()
129 row.getPrivateLayout().setExpandedChild(new View(mContext)); in createRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java219 row.getPrivateLayout().setExpandedChild(null); in freeNotificationView()
586 privateLayout.setExpandedChild(result.inflatedExpandedView); in finishIfDone()
590 privateLayout.setExpandedChild(null); in finishIfDone()
DNotificationContentView.java433 public void setExpandedChild(@Nullable View child) { in setExpandedChild() method in NotificationContentView