Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java114 final RemoteViews newContentView = updatedNotificationBuilder.createContentView(); in cacheContentViews() local
127 applyInPlace = compareRemoteViews(cachedContentView, newContentView) in cacheContentViews()
135 cachedContentView = newContentView; in cacheContentViews()