Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationInflater.java191 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
413 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
519 NotificationContentView ambientView = redactAmbient ? row.getPublicLayout() in canReapplyAmbient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java121 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
DExpandableNotificationRow.java263 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow