Home
last modified time | relevance | path

Searched refs:setContractedChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.java63 mView.setContractedChild(createViewWithHeight(10)); in setup()
90 mView.setContractedChild(mockContracted); in testShowAppOpsIcons()
125 mView.setContractedChild(mockContracted); in testExpandButtonFocusIsCalled()
DNotificationContentInflaterTest.java259 mRow.getPrivateLayout().setContractedChild(view); in testUsesSameViewWhenCachedPossibleToReuse()
280 mRow.getPrivateLayout().setContractedChild(view); in testInflatesNewViewWhenCachedNotPossibleToReuse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java97 lastChild.getRow().getPrivateLayout().setContractedChild(null); in testContentViewsBeforeCutoffAreBound()
128 row.getPrivateLayout().setContractedChild(new View(mContext)); in createRow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java213 row.getPrivateLayout().setContractedChild(null); in freeNotificationView()
232 row.getPublicLayout().setContractedChild(null); in freeNotificationView()
573 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
627 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
DNotificationContentView.java395 public void setContractedChild(@Nullable View child) { in setContractedChild() method in NotificationContentView