summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/dragndrop/DragDriver.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for multiwindow drag and dropSunny Goyal2016-09-121-96/+69
| | | | Change-Id: I95b46e3c3f1238307d3ef5a6c81a8e530ba0987a
* Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-6/+6
| | | | | | | | | | | | | | | - Add ShortcutsContainerListener to icons on workspace, folders, and all apps. This handles long-press and forwards following touches to the DeepShortcutsContainer that is created. - Drag over shortcut before lifting finger to launch it. - Shortcuts are rendered in pill-shaped DeepShortcutViews, which are inside DeepShortcutContainer on DragLayer. - The shortcut container orients above or below the icon, and left or right-aligns with it. Biases for above + left-align. - Long press a DeepShortcutPill to drag and pin it to the workspace. Bug: 28980830 Change-Id: I08658d13ae51fe53064644e8d8f7b42f150fdd7d
* Disabling system drag driver in NYCSunny Goyal2016-02-261-1/+2
| | | | Change-Id: Ia7374f04c2aeb9cf8eb5bcf330da56bbc3f47ef2
* Moving drag-drop related code into a separate package.Vadim Tryshev2015-08-201-0/+250
This is per an earlier CR comment "we should probably move all this code to its own package (launcher3.dragndrop) in a separate cl". I'm not moving DragSource because it's referred from gsa code. Bug: 22609426 Change-Id: Ia7204dab99c0c395c66b77143a2d60411153f5f3