Home
last modified time | relevance | path

Searched refs:getNotificationViewWrapper (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationGroupingUtil.java158 sanitizeTopLine(row.getNotificationViewWrapper().getNotificationHeader(), row); in sanitizeTopLineViews()
256 View header = mParentRow.getNotificationViewWrapper().getNotificationHeader(); in init()
287 applyToView(apply, reset, row.getNotificationViewWrapper().getNotificationHeader()); in apply()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java434 NotificationViewWrapper viewWrapper = mChildrenContainer.getNotificationViewWrapper(); in setIconAnimationRunning()
1072 public NotificationViewWrapper getNotificationViewWrapper() {
1074 return mChildrenContainer.getNotificationViewWrapper();
1076 return mPrivateLayout.getNotificationViewWrapper();
2415 NotificationViewWrapper wrapper = mChildrenContainer.getNotificationViewWrapper();
H A DNotificationContentView.java1596 public NotificationViewWrapper getNotificationViewWrapper() { in getNotificationViewWrapper() method in NotificationContentView
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java875 public NotificationViewWrapper getNotificationViewWrapper() {