Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java334 NotificationContentView publicLayout = row.getPublicLayout(); in apply() local
431 publicLayout, publicLayout.getContractedChild(), in apply()
432 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
578 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone() local
644 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
H A DExpandableNotificationRow.java3365 protected void setPublicLayout(NotificationContentView publicLayout) {
3366 mPublicLayout = publicLayout;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java220 NotificationContentView publicLayout = mock(NotificationContentView.class); in testFeedback_header() local
221 mGroupRow.setPublicLayout(publicLayout); in testFeedback_header()
235 verify(publicLayout, times(1)).showFeedbackIcon(show, resIds); in testFeedback_header()