Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java203 if (config.svelteLevel < RecentsConfiguration.SVELTE_LIMIT_CACHE) { in run()
548 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_LIMIT_CACHE) { in onTrimMemory()
DRecentsTaskLoadPlan.java245 if (mConfig.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) { in executePlan()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java46 public static final int SVELTE_LIMIT_CACHE = 1; field in RecentsConfiguration