Home
last modified time | relevance | path

Searched refs:getCachedView (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifRemoteViewCacheImpl.java48 return getCachedView(entry, flag) != null; in hasCachedView()
52 public @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag) { in getCachedView() method in NotifRemoteViewCacheImpl
DNotifRemoteViewCache.java47 @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag); in getCachedView() method
DNotificationContentInflater.java481 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED)); in apply()
508 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED)); in apply()
536 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP)); in apply()
563 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
592 .getCachedView(entry, FLAG_GROUP_SUMMARY_HEADER)); in apply()
620 /* oldView = */ remoteViewCache.getCachedView( in apply()
DNotificationRowContentBinderImpl.kt822 oldView = remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED) in <lambda>()
866 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED) in <lambda>()
911 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP) in <lambda>()
954 oldView = remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC) in <lambda>()
999 remoteViewCache.getCachedView(entry, FLAG_GROUP_SUMMARY_HEADER) in <lambda>()
1038 remoteViewCache.getCachedView( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotifRemoteViewCacheImplTest.java80 mNotifRemoteViewCache.getCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED)); in testPutCachedView()
DNotificationContentInflaterTest.java293 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testUsesSameViewWhenCachedPossibleToReuse()
314 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testInflatesNewViewWhenCachedNotPossibleToReuse()
DNotificationRowContentBinderImplTest.kt304 mCache.getCachedView( in <lambda>()
342 mCache.getCachedView( in <lambda>()