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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoader.java193 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING) {
203 if (config.svelteLevel < RecentsConfiguration.SVELTE_LIMIT_CACHE) {
428 if (config.svelteLevel < RecentsConfiguration.SVELTE_DISABLE_LOADING && loadIfNotCached) {
545 if (config.svelteLevel == RecentsConfiguration.SVELTE_NONE) {
548 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_LIMIT_CACHE) {
550 } else if (config.svelteLevel >= RecentsConfiguration.SVELTE_DISABLE_CACHE) {
H A DRecentsTaskLoadPlan.java245 if (mConfig.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) {
248 } else if (mConfig.svelteLevel == RecentsConfiguration.SVELTE_DISABLE_CACHE) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java141 public int svelteLevel; field in class:RecentsConfiguration
271 svelteLevel = res.getInteger(R.integer.recents_svelte_level);
H A DRecents.java122 if (config.svelteLevel == RecentsConfiguration.SVELTE_NONE) {

Completed in 109 milliseconds