Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java78 private final NotifRemoteViewCache mRemoteViewCache; field in NotificationContentInflater
95 mRemoteViewCache = remoteViewCache; in NotificationContentInflater()
129 mRemoteViewCache.clearCache(entry); in bindContent()
139 mRemoteViewCache, in bindContent()
187 mRemoteViewCache, in inflateNotificationViews()
242 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED); in freeNotificationView()
248 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
255 mRemoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
856 private final NotifRemoteViewCache mRemoteViewCache; field in NotificationContentInflater.AsyncInflationTask
890 mRemoteViewCache = cache; in AsyncInflationTask()
[all …]