Searched defs:notifyContentUpdated (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewWrapper.java60 public void notifyContentUpdated() {} method in class:NotificationViewWrapper
H A DNotificationContentView.java246 public void notifyContentUpdated() { method in class:NotificationContentView
249 mContractedWrapper.notifyContentUpdated();
H A DNotificationTemplateViewWrapper.java109 public void notifyContentUpdated() { method in class:NotificationTemplateViewWrapper
110 super.notifyContentUpdated();
H A DExpandableNotificationRow.java474 public void notifyContentUpdated() { method in class:ExpandableNotificationRow
475 mPublicLayout.notifyContentUpdated();
476 mPrivateLayout.notifyContentUpdated();

Completed in 74 milliseconds