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.java133 private final ArrayMap<Integer, RemoteViews> mCachedContentViews = new ArrayMap<>(); field in NotificationContentInflater
260 mCachedContentViews, in inflateNotificationViews()
292 mCachedContentViews, in inflateNotificationViews()
315 mCachedContentViews.remove(FLAG_CONTENT_VIEW_HEADS_UP); in freeNotificationView()
331 mCachedContentViews.remove(FLAG_CONTENT_VIEW_AMBIENT); in freeNotificationView()
337 mCachedContentViews.remove(FLAG_CONTENT_VIEW_PUBLIC); in freeNotificationView()
817 mCachedContentViews.clear(); in clearCachesAndReInflate()
849 private final ArrayMap<Integer, RemoteViews> mCachedContentViews; field in NotificationContentInflater.AsyncInflationTask
872 mCachedContentViews = cachedContentViews; in AsyncInflationTask()
922 mCachedContentViews, mRow, mRedactAmbient, mRemoteViewClickHandler, this); in onPostExecute()