OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyContentUpdated
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationBigPictureTemplateViewWrapper.java
39
public void
notifyContentUpdated
(StatusBarNotification notification) {
40
super.
notifyContentUpdated
(notification);
NotificationBigTextTemplateViewWrapper.java
44
public void
notifyContentUpdated
(StatusBarNotification notification) {
48
super.
notifyContentUpdated
(notification);
NotificationMediaTemplateViewWrapper.java
43
public void
notifyContentUpdated
(StatusBarNotification notification) {
47
super.
notifyContentUpdated
(notification);
NotificationMessagingTemplateViewWrapper.java
57
public void
notifyContentUpdated
(StatusBarNotification notification) {
61
super.
notifyContentUpdated
(notification);
NotificationCustomViewWrapper.java
109
public void
notifyContentUpdated
(StatusBarNotification notification) {
110
super.
notifyContentUpdated
(notification);
NotificationTemplateViewWrapper.java
134
public void
notifyContentUpdated
(StatusBarNotification notification) {
138
super.
notifyContentUpdated
(notification);
NotificationViewWrapper.java
85
public void
notifyContentUpdated
(StatusBarNotification notification) {
NotificationHeaderViewWrapper.java
92
public void
notifyContentUpdated
(StatusBarNotification notification) {
93
super.
notifyContentUpdated
(notification);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java
256
mNotificationHeaderWrapper.
notifyContentUpdated
(notification);
[
all
...]
Completed in 48 milliseconds