summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/widget/PendingItemDragHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Do not apply legacy treatment on shortcutsHyunyoung Song2017-06-221-1/+1
| | | | | | Bug: 62617041 Change-Id: I56a04536fe1bcba9912c5da3ce5a9c9b75bc3506
* [MANUAL] resolve merge conflicts of 59c0e0e91 to ub-launcher3-dorval-polishHyunyoung Song2017-04-271-1/+2
| | | | Change-Id: I7c80b665b5216e99284f5b04b8500fc35d916985
* Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-3/+17
| | | | | Bug: 35811129 Change-Id: I336e48cd00cfec2e617ac73bd8a81419b0944aa7
* Updating the shortcut preview generation logicSunny Goyal2017-02-161-0/+6
| | | | | | | | Drawing a shortcut icon on a white round-rect with shadow Also center aligning the preview Bug: 34819119 Change-Id: Ic25be6bf301aeb11315a5050f009259b26c6134a
* Updating the default widget preview generation logicSunny Goyal2017-02-081-5/+1
| | | | | | | | | We draw a while round rect box which is divided into the cells to represent the widget size. The app icon is drawn in the center for this white box. Bug: 34819119 Change-Id: Ie4d83712577f21b276c6744a55993f71da368398
* Updating the preview generation logic so that it aligns better withSunny Goyal2017-01-271-0/+191
the drag source image > Using common code for pending item drag (WidgetContainerView and PinItemDragListener) > Adding a shortcut-circuit in Workspace when a pendingItem can create a shortcut directly. Previously the multi-window drop was routing through onActivityResult which was causing some state information to be lost. Bug: 33584624 Change-Id: I0259870032185713caa9bff27092dbae6ce91199