HomeSort by relevance Sort by last modified time
    Searched refs:getAndInvalidateIfModified (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
RecentsTaskLoader.java 184 Drawable icon = mIconCache.getAndInvalidateIfModified(t.key);
272 String label = mActivityLabelCache.getAndInvalidateIfModified(taskKey);
295 String label = mContentDescriptionCache.getAndInvalidateIfModified(taskKey);
325 return mIconLoader.getAndInvalidateIfModified(taskKey, td, loadIfNotCached);
333 ThumbnailData cached = mThumbnailCache.getAndInvalidateIfModified(taskKey);
338 cached = mTempCache.getAndInvalidateIfModified(taskKey);
TaskKeyCache.java 45 final V getAndInvalidateIfModified(TaskKey key) {
IconLoader.java 85 public Drawable getAndInvalidateIfModified(Task.TaskKey taskKey,
88 Drawable icon = mIconCache.getAndInvalidateIfModified(taskKey);
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 150 milliseconds