Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsConfiguration.java43 public static final int SVELTE_DISABLE_CACHE = 2; field in RecentsConfiguration
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DRecentsTaskLoadPlan.java236 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_DISABLE_CACHE) { in executePlan()
DRecentsTaskLoader.java414 } else if (config.svelteLevel >= RecentsConfiguration.SVELTE_DISABLE_CACHE) { in onTrimMemory()