Home
last modified time | relevance | path

Searched refs:cachedContentView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java59 public RemoteViews cachedContentView; field in NotificationData.Entry
127 applyInPlace = compareRemoteViews(cachedContentView, newContentView) in cacheContentViews()
135 cachedContentView = newContentView; in cacheContentViews()
140 cachedContentView = builder.createContentView(); in cacheContentViews()
DBaseStatusBar.java1602 final RemoteViews contentView = entry.cachedContentView;
2480 final RemoteViews contentView = entry.cachedContentView;