Searched defs:onNotificationUpdated (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java854 public void onNotificationUpdated() { method in class:NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java911 public void onNotificationUpdated(NotificationData.Entry entry) { method in class:NotificationContentView
H A DExpandableNotificationRow.java276 public void onNotificationUpdated(NotificationData.Entry entry) { method in class:ExpandableNotificationRow
279 mPrivateLayout.onNotificationUpdated(entry);
280 mPublicLayout.onNotificationUpdated(entry);
286 mChildrenContainer.onNotificationUpdated();
878 mChildrenContainer.onNotificationUpdated();

Completed in 76 milliseconds