summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2018-10-16 15:59:24 -0700
committerWinson Chung <winsonc@google.com>2018-10-23 00:01:07 +0000
commitcc8dbf31db320c6d9513516603c9dcb2c3d01aa5 (patch)
tree837900647d7cb97c9ddec5a6b16f888918026bfd /res/values/config.xml
parentb92656af196e0fa13791e15fa1dffc74a19e509d (diff)
downloadandroid_packages_apps_Trebuchet-cc8dbf31db320c6d9513516603c9dcb2c3d01aa5.tar.gz
android_packages_apps_Trebuchet-cc8dbf31db320c6d9513516603c9dcb2c3d01aa5.tar.bz2
android_packages_apps_Trebuchet-cc8dbf31db320c6d9513516603c9dcb2c3d01aa5.zip
Caching clean up, remove dependency on old shared lib loading/caching logic
- Clarify caching policy, we only cache the last N task snapshots - Pull out necessary logic from RecentsTaskLoadPlan (deprecated) into launcher class RecentTasksList which also manages the invalidation of the last loaded list - Pull out logic from task loading logic in the shared lib into separate classes TaskThumbnailCache and TaskIconCache, and have each task view manage the load request for data Bug: 117603579 Test: Thumbnails still load Change-Id: I938e4dea19e7f5d24724c32194d254ca003e89aa
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 85c2e65c5..946afecf8 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -132,6 +132,4 @@
<!-- Recents -->
<item type="id" name="overview_panel"/>
- <integer name="config_recentsMaxThumbnailCacheSize">6</integer>
- <integer name="config_recentsMaxIconCacheSize">12</integer>
</resources>