HomeSort by relevance Sort by last modified time
    Searched refs:SVELTE_LIMIT_CACHE (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 40 public static final int SVELTE_LIMIT_CACHE = 1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 212 if (config.svelteLevel < RecentsConfiguration.SVELTE_LIMIT_CACHE) {
416 } else if (config.svelteLevel == RecentsConfiguration.SVELTE_LIMIT_CACHE) {
RecentsTaskLoadPlan.java 233 if (config.svelteLevel <= RecentsConfiguration.SVELTE_LIMIT_CACHE) {

Completed in 589 milliseconds