summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/IconCache.java
Commit message (Collapse)AuthorAgeFilesLines
* Tweak locking in launcher so mLock isn't held while the slow stuff happens.Joe Onorato2010-05-041-12/+16
| | | | | | Bug 2652948 Change-Id: I9d386395278830ead5deda17b8b09e0dcfeff989
* Prevent NPE in Launcher when an icon cannot be found.Romain Guy2010-03-151-20/+19
| | | | | | Bug #2509023 Change-Id: I053c7c9a37ed4aeb4d78a9f62dfdeea09a3959aa
* Don't make label textures if we don't need them.Joe Onorato2010-02-121-3/+5
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-0/+138
ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.