Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java89 private final NotifRemoteViewCache mRemoteViewCache; field in NotificationContentInflater
110 mRemoteViewCache = remoteViewCache; in NotificationContentInflater()
145 mRemoteViewCache.clearCache(entry); in bindContent()
155 mRemoteViewCache, in bindContent()
229 mRemoteViewCache, in inflateNotificationViews()
278 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED); in freeNotificationView()
284 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in freeNotificationView()
290 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
297 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
1074 private final NotifRemoteViewCache mRemoteViewCache;
[all …]