Searched refs:getCachedView (Results 1 – 5 of 5) 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 | 341 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_CONTRACTED)); in apply() 366 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_EXPANDED)); in apply() 392 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_HEADS_UP)); in apply() 417 remoteViewCache.getCachedView(entry, FLAG_CONTENT_VIEW_PUBLIC)); in apply()
|
/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 | 276 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testUsesSameViewWhenCachedPossibleToReuse() 297 when(mCache.getCachedView(mRow.getEntry(), FLAG_CONTENT_VIEW_CONTRACTED)) in testInflatesNewViewWhenCachedNotPossibleToReuse()
|