summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics/PreloadIconDrawable.java
Commit message (Collapse)AuthorAgeFilesLines
* Setting the callback for previewItems to folderIcon. This allows the ↵Sunny Goyal2017-06-221-1/+1
| | | | | | | | | | FolderIcon to get updated without going through the child'draw pass. Also simplifying the draw code for the FolderIcon to remove any cycling invalidate calls Bug: 62900800 Change-Id: I17009a5347a1c3c35426313ac759e0240ce6a395
* Merge "Making bitmap of PreloaderIconDrawable smaller so it fits inside the ↵TreeHugger Robot2017-06-151-1/+1
|\ | | | | | | progress circle." into ub-launcher3-dorval-polish
| * Making bitmap of PreloaderIconDrawable smaller so it fits insideMario Bertschler2017-06-141-1/+1
| | | | | | | | | | | | | | the progress circle. Bug: 62270605 Change-Id: Idd3c145303531dbfbe9bd69af68b5c02baf21a93
* | Fix for clipped promise icon.Mario Bertschler2017-06-151-4/+4
|/ | | | | Bug: 62544596 Change-Id: Iadbd8b27244b6d2ff3f9f0167f90b2a260687bc3
* Fix crash when the progress of an installing app decreasesSunny Goyal2017-02-271-0/+3
| | | | | Bug: 35793892 Change-Id: I957967c7a11359d951fe055027aa45c7dfd1bd84
* Simplifying some launcher themesSunny Goyal2017-02-161-2/+6
| | | | | | | > Replacing some colors with theme attributes > Simplifying styles definition by removing unnecessary inheritance and inlining some definitions Change-Id: Ifa167515cae6a7fd3720f1a52ff9ce11abb4495f
* Updating the PreloadIconDrawableSunny Goyal2017-02-061-0/+289
> The drawable gets the path from MaskIconDrawable path, instead of using a circle > The progress changes are animated as well Bug: 34831873 Change-Id: I4e7f0b610f4fd94de8e0cfcf8b179b775cf0b4d8