Home
last modified time | relevance | path

Searched refs:onContentUpdated (Results 1 – 16 of 16) 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()
DNotificationCustomViewWrapper.java47 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationCustomViewWrapper
48 super.onContentUpdated(row); in onContentUpdated()
DNotificationMessagingTemplateViewWrapper.java50 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMessagingTemplateViewWrapper
54 super.onContentUpdated(row); in onContentUpdated()
DNotificationConversationTemplateViewWrapper.kt85 override fun onContentUpdated(row: ExpandableNotificationRow) { in <lambda>() method
89 super.onContentUpdated(row) in <lambda>()
DNotificationHeaderViewWrapper.java166 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationHeaderViewWrapper
167 super.onContentUpdated(row); in onContentUpdated()
DNotificationTemplateViewWrapper.java273 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationTemplateViewWrapper
277 super.onContentUpdated(row); in onContentUpdated()
DNotificationMediaTemplateViewWrapper.java363 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationMediaTemplateViewWrapper
367 super.onContentUpdated(row); in onContentUpdated()
DNotificationViewWrapper.java96 public void onContentUpdated(ExpandableNotificationRow row) { in onContentUpdated() method in NotificationViewWrapper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java59 wrap.onContentUpdated(mRow); in testBackgroundPersists()
64 wrap.onContentUpdated(mRow); in testBackgroundPersists()
DNotificationMediaTemplateViewWrapperTest.java112 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.java1152 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/
DNotificationChildrenContainer.java333 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
376 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);