mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
No longer generating title bitmaps for icons.
Change-Id: I857ba2a532158175396d45cba0976baa17da126f
This commit is contained in:
@@ -37,11 +37,6 @@ class ApplicationInfo extends ItemInfo {
|
||||
*/
|
||||
CharSequence title;
|
||||
|
||||
/**
|
||||
* A bitmap of the application's text in the bubble.
|
||||
*/
|
||||
Bitmap titleBitmap;
|
||||
|
||||
/**
|
||||
* The intent used to start the application.
|
||||
*/
|
||||
@@ -129,8 +124,8 @@ class ApplicationInfo extends ItemInfo {
|
||||
ArrayList<ApplicationInfo> list) {
|
||||
Log.d(tag, label + " size=" + list.size());
|
||||
for (ApplicationInfo info: list) {
|
||||
Log.d(tag, " title=\"" + info.title + "\" titleBitmap=" + info.titleBitmap
|
||||
+ " iconBitmap=" + info.iconBitmap + " firstInstallTime="
|
||||
Log.d(tag, " title=\"" + info.title + "\" iconBitmap="
|
||||
+ info.iconBitmap + " firstInstallTime="
|
||||
+ info.firstInstallTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user