/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationDecoratedCustomViewWrapper.java | 38 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationDecoratedCustomViewWrapper 49 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationBigTextTemplateViewWrapper.java | 44 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigTextTemplateViewWrapper 48 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationBigPictureTemplateViewWrapper.java | 40 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationBigPictureTemplateViewWrapper 41 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationMessagingTemplateViewWrapper.java | 50 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper 54 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationCustomViewWrapper.java | 47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper 48 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationHeaderViewWrapper.java | 117 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper 118 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationMediaTemplateViewWrapper.java | 353 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper 357 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationTemplateViewWrapper.java | 286 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper 290 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationViewWrapper.java | 88 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationCustomViewWrapperTest.java | 55 wrap.onContentUpdated(mRow); in testBackgroundPersists() 60 wrap.onContentUpdated(mRow); in testBackgroundPersists()
|
D | NotificationMediaTemplateViewWrapperTest.java | 104 mWrapper.onContentUpdated(mRow); in makeTestNotification()
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 131 public void onContentUpdated(boolean documentChanged, int documentPageCount, in onContentUpdated() method in PrintPreviewController
|
D | PrintActivity.java | 648 mPrintPreviewController.onContentUpdated(contentUpdated, in updatePrintPreviewController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1106 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/ |
D | NotificationChildrenContainer.java | 319 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification); 353 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
|