Lazy loading high res icons

> Loading low-res icons for icons which are not visible on
the homescreen.

Change-Id: I8ac7bf09f6030ed554cb60a4cd402f3f36ffe12b
This commit is contained in:
Sunny Goyal
2015-03-17 15:05:23 -07:00
parent 5d85c44fd8
commit 34b6527cef
10 changed files with 209 additions and 36 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ class AllAppsList {
if (applicationInfo == null) {
add(new AppInfo(context, info, user, mIconCache));
} else {
mIconCache.getTitleAndIcon(applicationInfo, info);
mIconCache.getTitleAndIcon(applicationInfo, info, true /* useLowResIcon */);
modified.add(applicationInfo);
}
}