summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/accessibility/FolderAccessibilityHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Minor Refactoring only: no functional changeMario Bertschler2017-03-281-1/+1
| | | | | | | | - organizing imports - remove redundant modifiers on LauncherCallback interface - fix typos Change-Id: I61eb985cac7c1379b6b804a67d4f234386d3d1b4
* Refactor FolderIcon to separate the preview effect into it's own classAdam Cohen2016-02-121-1/+1
| | | | | | | -> Created com.android.launcher3.folder package to house most folder-related files (aside from the FolderInfo) which is more related to the model than the UI. Change-Id: I767063e1e4c775c01a799a3bede30cd94ac48ade
* Accessibility: Folder drag and drop fixesSunny Goyal2015-05-051-5/+11
| | | | | | | | > Do not allow empty cells on the last page to be click targets > Make drop targets accessible > Do not close folder on tap outside Change-Id: I7cae20e45097092f41408b888e20b6c40c17d981
* Enabling accessibility drag and drop in folderSunny Goyal2015-04-281-0/+50
> Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6