Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt86 private val remoteViewCache: NotifRemoteViewCache, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl
123 remoteViewCache.clearCache(entry) in <lambda>()
133 remoteViewCache, in <lambda>()
210 remoteViewCache, in <lambda>()
262 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED) in <lambda>()
269 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED) in <lambda>()
276 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
284 remoteViewCache.removeCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC) in <lambda>()
353 private val remoteViewCache: NotifRemoteViewCache, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask
486 remoteViewCache, in <lambda>()
[all …]
DNotificationContentInflater.java100 NotifRemoteViewCache remoteViewCache, in NotificationContentInflater() argument
110 mRemoteViewCache = remoteViewCache; in NotificationContentInflater()
465 NotifRemoteViewCache remoteViewCache, in apply() argument
481 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED)); in apply()
496 remoteViewCache, entry, row, isNewView, remoteViewClickHandler, callback, in apply()
508 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED)); in apply()
524 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply()
536 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
552 flag, remoteViewCache, entry, row, isNewView, remoteViewClickHandler, in apply()
563 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImplTest.kt240 remoteViewCache = mock(), in <lambda>()