Move PreviewBackground into its own class file.

This is done in preparation for new PreviewBackground animation
where we will be animating in the first page preview items when
closing the Folder from a non-first page.

Bug: 36022592
Bug: 35064148
Change-Id: Id4d54da16ddfa852ca639a2dc8d328307d4d443a
This commit is contained in:
Jon Miranda
2017-06-22 18:34:45 -07:00
parent 12461a16c9
commit a0233f72be
5 changed files with 442 additions and 411 deletions

View File

@@ -57,7 +57,7 @@ public class FolderAnimationManager {
private GradientDrawable mFolderBackground;
private FolderIcon mFolderIcon;
private FolderIcon.PreviewBackground mPreviewBackground;
private PreviewBackground mPreviewBackground;
private Context mContext;
private Launcher mLauncher;