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/
DNotificationInflater.java200 NotificationContentView publicLayout = row.getPublicLayout(); in apply() local
291 publicLayout, publicLayout.getContractedChild(), in apply()
292 publicLayout.getVisibleWrapper(NotificationContentView.VISIBLE_TYPE_CONTRACTED), in apply()
298 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout; in apply()
446 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone() local
476 publicLayout.setContractedChild(result.inflatedPublicView); in finishIfDone()
484 ? publicLayout : privateLayout; in finishIfDone()
486 ? publicLayout : privateLayout; in finishIfDone()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java211 NotificationContentView publicLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header() local
212 mGroupRow.setPublicLayout(publicLayout); in testShowAppOpsIcons_header()
226 verify(publicLayout, times(1)).showAppOpsIcons(ops); in testShowAppOpsIcons_header()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2944 protected void setPublicLayout(NotificationContentView publicLayout) {
2945 mPublicLayout = publicLayout;