HomeSort by relevance Sort by last modified time
    Searched defs:activityInfoCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/
RecentsTaskLoader.java 117 LruCache<ComponentName, ActivityInfo> activityInfoCache) {
118 return new IconLoader.DefaultIconLoader(context, iconCache, activityInfoCache);
252 Map<ComponentName, ActivityInfo> activityInfoCache = mActivityInfoCache.snapshot();
253 for (ComponentName cn : activityInfoCache.keySet()) {
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 

Completed in 165 milliseconds