Home
last modified time | relevance | path

Searched refs:svelteLevel (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java59 public int svelteLevel; field in RecentsConfiguration
68 svelteLevel = res.getInteger(R.integer.recents_svelte_level); in RecentsConfiguration()
DRecentsImpl.java108 if (config.svelteLevel == RecentsConfiguration.SVELTE_NONE) { in onTaskStackChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoader.java196 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING) { in run()
208 if (config.svelteLevel < RecentsConfiguration.SVELTE_LIMIT_CACHE) { in run()
409 if (config.svelteLevel == RecentsConfiguration.SVELTE_NONE) { in onTrimMemory()
412 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_LIMIT_CACHE) { in onTrimMemory()
414 } else if (config.svelteLevel >= RecentsConfiguration.SVELTE_DISABLE_CACHE) { in onTrimMemory()
552 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING) { in getAndUpdateThumbnail()
DRecentsTaskLoadPlan.java233 if (config.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) { in executePlan()
236 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_DISABLE_CACHE) { in executePlan()