/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 | NotificationCustomViewWrapper.java | 47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper 48 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 | NotificationConversationTemplateViewWrapper.kt | 85 override fun onContentUpdated(row: ExpandableNotificationRow) { in <lambda>() method 89 super.onContentUpdated(row) in <lambda>()
|
D | NotificationHeaderViewWrapper.java | 166 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper 167 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationTemplateViewWrapper.java | 273 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper 277 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationMediaTemplateViewWrapper.java | 363 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper 367 super.onContentUpdated(row); in onContentUpdated()
|
D | NotificationViewWrapper.java | 96 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 | 59 wrap.onContentUpdated(mRow); in testBackgroundPersists() 64 wrap.onContentUpdated(mRow); in testBackgroundPersists()
|
D | NotificationMediaTemplateViewWrapperTest.java | 112 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 | 1152 mContractedWrapper.onContentUpdated(row); in onNotificationUpdated() 1155 mExpandedWrapper.onContentUpdated(row); in onNotificationUpdated() 1158 mHeadsUpWrapper.onContentUpdated(row); in onNotificationUpdated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationChildrenContainer.java | 333 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification); 376 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
|