Searched refs:svelteLevel (Results 1 – 4 of 4) sorted by relevance
59 public int svelteLevel; field in RecentsConfiguration68 svelteLevel = res.getInteger(R.integer.recents_svelte_level); in RecentsConfiguration()
108 if (config.svelteLevel == RecentsConfiguration.SVELTE_NONE) { in onTaskStackChanged()
196 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()
233 if (config.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) { in executePlan()236 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_DISABLE_CACHE) { in executePlan()