HomeSort by relevance Sort by last modified time
    Searched refs:onContentUpdated (Results 1 - 12 of 12) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationBigPictureTemplateViewWrapper.java 39 public void onContentUpdated(ExpandableNotificationRow row) {
40 super.onContentUpdated(row);
NotificationBigTextTemplateViewWrapper.java 44 public void onContentUpdated(ExpandableNotificationRow row) {
48 super.onContentUpdated(row);
NotificationMediaTemplateViewWrapper.java 42 public void onContentUpdated(ExpandableNotificationRow row) {
46 super.onContentUpdated(row);
NotificationMessagingTemplateViewWrapper.java 73 public void onContentUpdated(ExpandableNotificationRow row) {
77 super.onContentUpdated(row);
NotificationHeaderViewWrapper.java 131 public void onContentUpdated(ExpandableNotificationRow row) {
132 super.onContentUpdated(row);
NotificationTemplateViewWrapper.java 136 public void onContentUpdated(ExpandableNotificationRow row) {
140 super.onContentUpdated(row);
NotificationViewWrapper.java 96 public void onContentUpdated(ExpandableNotificationRow row) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java 56 wrap.onContentUpdated(mRow);
61 wrap.onContentUpdated(mRow);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintPreviewController.java 131 public void onContentUpdated(boolean documentChanged, int documentPageCount,
PrintActivity.java 623 mPrintPreviewController.onContentUpdated(contentUpdated,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 300 mNotificationHeaderWrapper.onContentUpdated(mContainingNotification);
319 mNotificationHeaderWrapperAmbient.onContentUpdated(mContainingNotification);
326 mNotificationHeaderWrapperAmbient.onContentUpdated(mContainingNotification);
357 mNotificationHeaderWrapperLowPriority.onContentUpdated(mContainingNotification);
    [all...]

Completed in 320 milliseconds