Searched refs:mCachedContentViews (Results 1 – 1 of 1) sorted by relevance
133 private final ArrayMap<Integer, RemoteViews> mCachedContentViews = new ArrayMap<>(); field in NotificationContentInflater260 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.AsyncInflationTask872 mCachedContentViews = cachedContentViews; in AsyncInflationTask()922 mCachedContentViews, mRow, mRedactAmbient, mRemoteViewClickHandler, this); in onPostExecute()