Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java199 NotificationContentView privateLayout = row.getPrivateLayout(); in apply() local
218 isNewView, remoteViewClickHandler, callback, entry, privateLayout, in apply()
219 privateLayout.getContractedChild(), privateLayout.getVisibleWrapper( in apply()
242 privateLayout, privateLayout.getExpandedChild(), in apply()
243 privateLayout.getVisibleWrapper( in apply()
267 privateLayout, privateLayout.getHeadsUpChild(), in apply()
268 privateLayout.getVisibleWrapper( in apply()
298 NotificationContentView newParent = redactAmbient ? publicLayout : privateLayout; in apply()
445 NotificationContentView privateLayout = row.getPrivateLayout(); in finishIfDone() local
450 privateLayout.setContractedChild(result.inflatedContentView); in finishIfDone()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DExpandableNotificationRowTest.java213 NotificationContentView privateLayout = mock(NotificationContentView.class); in testShowAppOpsIcons_header() local
214 mGroupRow.setPrivateLayout(privateLayout); in testShowAppOpsIcons_header()
225 verify(privateLayout, times(1)).showAppOpsIcons(ops); in testShowAppOpsIcons_header()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java2939 protected void setPrivateLayout(NotificationContentView privateLayout) {
2940 mPrivateLayout = privateLayout;