Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java188 Drawable icon = mIconCache.getAndInvalidateIfModified(t.key); in loadTaskData()
276 String label = mActivityLabelCache.getAndInvalidateIfModified(taskKey); in getAndUpdateActivityTitle()
299 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey); in getAndUpdateContentDescription()
329 return mIconLoader.getAndInvalidateIfModified(taskKey, td, loadIfNotCached); in getAndUpdateActivityIcon()
337 ThumbnailData cached = mThumbnailCache.getAndInvalidateIfModified(taskKey); in getAndUpdateThumbnail()
342 cached = mTempCache.getAndInvalidateIfModified(taskKey); in getAndUpdateThumbnail()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
DIconLoader.java85 public Drawable getAndInvalidateIfModified(Task.TaskKey taskKey, in getAndInvalidateIfModified() method in IconLoader
88 Drawable icon = mIconCache.getAndInvalidateIfModified(taskKey); in getAndInvalidateIfModified()
DTaskKeyCache.java45 public final synchronized V getAndInvalidateIfModified(TaskKey key) { in getAndInvalidateIfModified() method in TaskKeyCache