Searched refs:cachedContentViews (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 367 ArrayMap<Integer, RemoteViews> cachedContentViews, in apply() argument 379 cachedContentViews.get(FLAG_CONTENT_VIEW_CONTRACTED)); in apply() 391 applyRemoteView(inflateSynchronously, result, reInflateFlags, flag, cachedContentViews, in apply() 403 cachedContentViews.get(FLAG_CONTENT_VIEW_EXPANDED)); in apply() 416 cachedContentViews, row, isNewView, remoteViewClickHandler, in apply() 429 cachedContentViews.get(FLAG_CONTENT_VIEW_HEADS_UP)); in apply() 442 cachedContentViews, row, isNewView, remoteViewClickHandler, in apply() 454 cachedContentViews.get(FLAG_CONTENT_VIEW_PUBLIC)); in apply() 466 applyRemoteView(inflateSynchronously, result, reInflateFlags, flag, cachedContentViews, in apply() 474 finishIfDone(result, reInflateFlags, cachedContentViews, runningInflations, callback, row); in apply() [all …]
|