Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationMediaTemplateViewWrapper.java42 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper
46 super.onContentUpdated(row); in onContentUpdated()
DNotificationBigPictureTemplateViewWrapper.java39 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper
40 super.onContentUpdated(row); in onContentUpdated()
DNotificationBigTextTemplateViewWrapper.java44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationMessagingTemplateViewWrapper.java54 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper
58 super.onContentUpdated(row); in onContentUpdated()
DNotificationHeaderViewWrapper.java118 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper
119 super.onContentUpdated(row); in onContentUpdated()
DNotificationTemplateViewWrapper.java275 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper
279 super.onContentUpdated(row); in onContentUpdated()
DNotificationViewWrapper.java69 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationCustomViewWrapperTest.java52 wrap.onContentUpdated(mRow); in testBackgroundPersists()
57 wrap.onContentUpdated(mRow); in testBackgroundPersists()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java329 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
348 mNotificationHeaderWrapperAmbient.onContentUpdated(mContainingNotification);
355 mNotificationHeaderWrapperAmbient.onContentUpdated(mContainingNotification);
386 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1165 mContractedWrapper.onContentUpdated(entry.row); in onNotificationUpdated()
1168 mExpandedWrapper.onContentUpdated(entry.row); in onNotificationUpdated()
1171 mHeadsUpWrapper.onContentUpdated(entry.row); in onNotificationUpdated()
1174 mAmbientWrapper.onContentUpdated(entry.row); in onNotificationUpdated()
/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()