/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationMediaTemplateViewWrapper.java | 42 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper 46 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationBigTextTemplateViewWrapper.java | 44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper 48 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationBigPictureTemplateViewWrapper.java | 40 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper 41 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationDecoratedCustomViewWrapper.java | 63 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper 69 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationCustomViewWrapper.java | 48 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper 49 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationCallTemplateViewWrapper.kt | 61 override fun onContentUpdated(row: ExpandableNotificationRow) { 65 super.onContentUpdated(row)
|
H A D | NotificationMessagingTemplateViewWrapper.java | 61 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper 65 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationConversationTemplateViewWrapper.kt | 81 override fun onContentUpdated(row: ExpandableNotificationRow) { 85 super.onContentUpdated(row)
|
H A D | NotificationHeaderViewWrapper.java | 144 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper 145 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationTemplateViewWrapper.java | 271 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper 275 super.onContentUpdated(row); in onContentUpdated()
|
H A D | NotificationViewWrapper.java | 101 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
H A D | NotificationCustomViewWrapperTest.java | 59 wrap.onContentUpdated(mRow); in testBackgroundPersists() 64 wrap.onContentUpdated(mRow); in testBackgroundPersists()
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintPreviewController.java | 131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
|
H A D | PrintActivity.java | 647 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentView.java | 1124 mContractedWrapper.onContentUpdated(row); in onNotificationUpdated() 1127 mExpandedWrapper.onContentUpdated(row); in onNotificationUpdated() 1130 mHeadsUpWrapper.onContentUpdated(row); in onNotificationUpdated()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationChildrenContainer.java | 342 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification); 375 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
|