Home
last modified time | relevance | path

Searched defs:contentViews (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotifRemoteViewCacheImpl.java53 SparseArray<RemoteViews> contentViews = mNotifCachedContentViews.get(entry); in getCachedView() local
70 SparseArray<RemoteViews> contentViews = mNotifCachedContentViews.get(entry); in putCachedView() local
79 SparseArray<RemoteViews> contentViews = mNotifCachedContentViews.get(entry); in removeCachedView() local
88 SparseArray<RemoteViews> contentViews = mNotifCachedContentViews.get(entry); in clearCache() local
H A DRowContentBindParams.java90 public void requireContentViews(@InflationFlag int contentViews) { in requireContentViews()
104 public void markContentViewsFreeable(@InflationFlag int contentViews) { in markContentViewsFreeable()
H A DNotificationContentInflater.java272 @InflationFlag int contentViews) { in cancelContentViewFrees()