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.java200 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
446 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
568 NotificationContentView ambientView = redactAmbient ? row.getPublicLayout() in canReapplyAmbient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java156 return row.getPublicLayout().getContractedChild(); in getPublicContentView()
DExpandableNotificationRow.java350 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow