Home
last modified time | relevance | path

Searched refs:onContentUpdated (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationMediaTemplateViewWrapper.java42 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper
46 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationBigTextTemplateViewWrapper.java44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationBigPictureTemplateViewWrapper.java40 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper
41 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationDecoratedCustomViewWrapper.java63 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper
69 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationCustomViewWrapper.java48 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper
49 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationCallTemplateViewWrapper.kt61 override fun onContentUpdated(row: ExpandableNotificationRow) {
65 super.onContentUpdated(row)
H A DNotificationMessagingTemplateViewWrapper.java61 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper
65 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationConversationTemplateViewWrapper.kt81 override fun onContentUpdated(row: ExpandableNotificationRow) {
85 super.onContentUpdated(row)
H A DNotificationHeaderViewWrapper.java144 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper
145 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationTemplateViewWrapper.java271 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper
275 super.onContentUpdated(row); in onContentUpdated()
H A DNotificationViewWrapper.java101 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 DNotificationCustomViewWrapperTest.java59 wrap.onContentUpdated(mRow); in testBackgroundPersists()
64 wrap.onContentUpdated(mRow); in testBackgroundPersists()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
H A DPrintActivity.java647 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1124 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 DNotificationChildrenContainer.java342 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
375 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);