summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/folder/FolderPreviewItemAnim.java
Commit message (Collapse)AuthorAgeFilesLines
* Move the PreviewItem drawing/animation logic to PreviewItemManager.Jon Miranda2017-07-061-15/+15
| | | | | | | | | We want this refactor in O-DR since we will be adding more animations: - closing from a non-first page (ag/2455887 b/36022592) - new on-drop animations *if we end up removing the permutation logic. Bug: 36022592 Change-Id: I82b8f5f5033d4fd9bd50fbe414b0fb721891d043
* Move inner classes out of FolderIcon.Jon Miranda2017-06-251-0/+97
The goal is to eventually move all of the PreviewBackground and Preview Item drawing out of the FolderIcon class. Bug: 36022592 Change-Id: Ie0552bb4ca8a7e232c1c454a23558940e9394a14