Home
last modified time | relevance | path

Searched defs: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
763 private final ArrayMap<Integer, RemoteViews> mCachedContentViews; field in NotificationContentInflater.AsyncInflationTask