Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java118 private final ArrayMap<Integer, RemoteViews> mCachedContentViews = new ArrayMap<>(); field in NotificationContentInflater
242 mCachedContentViews, in inflateNotificationViews()
273 mCachedContentViews, in inflateNotificationViews()
295 mCachedContentViews.remove(FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
302 mCachedContentViews.remove(FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
738 mCachedContentViews.clear(); in clearCachesAndReInflate()
763 private final ArrayMap<Integer, RemoteViews> mCachedContentViews; field in NotificationContentInflater.AsyncInflationTask
785 mCachedContentViews = cachedContentViews; in AsyncInflationTask()
833 mCachedContentViews, mRow, mRemoteViewClickHandler, this); in onPostExecute()