summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/graphics/DragPreviewProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when rendering pending widget previewWinson Chung2019-01-101-3/+10
* Moving some utility classes to icon libSunny Goyal2018-11-071-0/+1
* Make drawDragView protected so it can be used in subclasses.Mario Bertschler2018-04-031-1/+1
* Using public APIs for hardware bitmapsSunny Goyal2018-03-061-10/+6
* Stop using deprecated Canvas APIs.Derek Sollenberger2018-03-011-1/+1
* No more waiting around for resumeSunny Goyal2017-12-191-1/+1
* First pass at using hardware bitmapsSunny Goyal2017-12-131-13/+11
* Moving some calls off the UI threadSunny Goyal2017-10-021-2/+2
* Simplifying drag preview generationSunny Goyal2017-09-271-36/+100
* Fixing drag outline not getting drawn when the shortcuts popup is shown.Hyunyoung Song2017-06-261-8/+7
* Separating the config and flags in different directories so thatSunny Goyal2017-03-071-2/+2
* Updating the PreloadIconDrawableSunny Goyal2017-02-061-5/+0
* Merge "Fix widget reorder animations in multi-window mode." into ub-launcher3...Jonathan Miranda2016-12-301-7/+3
|\
| * Fix widget reorder animations in multi-window mode.Jon Miranda2016-12-201-7/+3
* | Fix clipping of drag outline by increasing padding.Jon Miranda2016-12-201-10/+18
|/
* Scale widgets when dragging and dropping in multi-window mode.Jon Miranda2016-12-081-10/+49
* Code sanitizationHyunyoung Song2016-10-061-3/+3
* Moving some image handling classes to .graphics packageSunny Goyal2016-09-021-2/+1
* Some optimizations in blur outline generatorSunny Goyal2016-09-021-5/+2
* Moving the state changes during drag-n-drop from startDrag to onDragStartSunny Goyal2016-08-151-0/+11
* Launcher shortcuts animations update.Sunny Goyal2016-07-271-6/+11
* Increasing the size of the drag icon when a shortcut is draggedSunny Goyal2016-07-211-0/+155