Searched refs:getCachedView (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotifRemoteViewCacheImpl.java | 48 return getCachedView(entry, flag) != null; in hasCachedView() 52 public @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag) { in getCachedView() method in NotifRemoteViewCacheImpl
|
D | NotifRemoteViewCache.java | 47 @Nullable RemoteViews getCachedView(NotificationEntry entry, @InflationFlag int flag); in getCachedView() method
|
D | NotificationContentInflater.java | 481 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()
|
D | NotificationRowContentBinderImpl.kt | 822 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/ |
D | NotifRemoteViewCacheImplTest.java | 80 mNotifRemoteViewCache.getCachedView(mEntry, FLAG_CONTENT_VIEW_CONTRACTED)); in testPutCachedView()
|
D | NotificationContentInflaterTest.java | 293 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testUsesSameViewWhenCachedPossibleToReuse() 314 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testInflatesNewViewWhenCachedNotPossibleToReuse()
|
D | NotificationRowContentBinderImplTest.kt | 304 mCache.getCachedView( in <lambda>() 342 mCache.getCachedView( in <lambda>()
|