Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java74 private final NotifRemoteViewCache mRemoteViewCache; field in NotificationContentInflater
87 mRemoteViewCache = remoteViewCache; in NotificationContentInflater()
116 mRemoteViewCache.clearCache(entry); in bindContent()
126 mRemoteViewCache, in bindContent()
171 mRemoteViewCache, in inflateNotificationViews()
220 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in freeNotificationView()
226 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
233 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
722 private final NotifRemoteViewCache mRemoteViewCache; field in NotificationContentInflater.AsyncInflationTask
752 mRemoteViewCache = cache; in AsyncInflationTask()
[all …]