Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationDecoratedCustomViewWrapper.java38 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper
49 super.onContentUpdated(row); in onContentUpdated()
DNotificationBigTextTemplateViewWrapper.java44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationBigPictureTemplateViewWrapper.java40 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper
41 super.onContentUpdated(row); in onContentUpdated()
DNotificationMessagingTemplateViewWrapper.java50 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper
54 super.onContentUpdated(row); in onContentUpdated()
DNotificationCustomViewWrapper.java47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationHeaderViewWrapper.java117 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper
118 super.onContentUpdated(row); in onContentUpdated()
DNotificationMediaTemplateViewWrapper.java353 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper
357 super.onContentUpdated(row); in onContentUpdated()
DNotificationTemplateViewWrapper.java286 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper
290 super.onContentUpdated(row); in onContentUpdated()
DNotificationViewWrapper.java88 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java55 wrap.onContentUpdated(mRow); in testBackgroundPersists()
60 wrap.onContentUpdated(mRow); in testBackgroundPersists()
DNotificationMediaTemplateViewWrapperTest.java104 mWrapper.onContentUpdated(mRow); in makeTestNotification()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
DPrintActivity.java648 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1106 mContractedWrapper.onContentUpdated(row); in onNotificationUpdated()
1109 mExpandedWrapper.onContentUpdated(row); in onNotificationUpdated()
1112 mHeadsUpWrapper.onContentUpdated(row); in onNotificationUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java319 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
353 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);