Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java372 NotificationContentView publicLayout = row.getPublicLayout(); in apply() local
468 publicLayout, publicLayout.getContractedChild(), in apply()
469 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
612 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone() local
665 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
DExpandableNotificationRow.java3204 protected void setPublicLayout(NotificationContentView publicLayout) {
3205 mPublicLayout = publicLayout;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java246 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header() local
247 mGroupRow.setPublicLayout(publicLayout); in testShowAppOpsIcons_header()
261 verify(publicLayout, times(1)).showAppOpsIcons(ops); in testShowAppOpsIcons_header()