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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java 35 public static final boolean DisableBackgroundCache = false;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsTaskLoader.java 297 int iconCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 :
299 int thumbnailCacheSize = RecentsDebugFlags.Static.DisableBackgroundCache ? 1 :

Completed in 390 milliseconds