summaryrefslogtreecommitdiff
path: root/src/com/android/customization/picker/grid/GridFragment.java
diff options
context:
space:
mode:
authorChuck Liao <chuckliao@google.com>2020-02-11 19:38:37 +0800
committerChuck Liao <chuckliao@google.com>2020-02-18 14:42:26 +0800
commita35ce9d3065525520a44b17bfd88ddeb9ec8dbe9 (patch)
tree0a7fc92a4761d5a6bd8237e0fa7658820f562397 /src/com/android/customization/picker/grid/GridFragment.java
parent1ef481409c616d4ade4164b730545a81d79a6872 (diff)
downloadThemePicker-a35ce9d3065525520a44b17bfd88ddeb9ec8dbe9.tar.gz
Move PreviewPager related code from ThemePicker/ to WallPaperPicker2/.
Since there's a view pager in the new UI design for wallpaper picker. Bug: 149374062 Test: . build/envsetup.sh tapas WallpaperPicker2 (and ThemePicker/WallpaperPickerGoogleDebug/WallpaperPickerGoogleRelease) make -j40 Change-Id: I78e12419fb7008653db185d1d341e8659a8764de
Diffstat (limited to 'src/com/android/customization/picker/grid/GridFragment.java')
-rw-r--r--src/com/android/customization/picker/grid/GridFragment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/customization/picker/grid/GridFragment.java b/src/com/android/customization/picker/grid/GridFragment.java
index 9947acab..49a3771f 100644
--- a/src/com/android/customization/picker/grid/GridFragment.java
+++ b/src/com/android/customization/picker/grid/GridFragment.java
@@ -45,7 +45,6 @@ import com.android.customization.module.ThemesUserEventLogger;
import com.android.customization.picker.BasePreviewAdapter;
import com.android.customization.picker.BasePreviewAdapter.PreviewPage;
import com.android.customization.widget.OptionSelectorController;
-import com.android.customization.widget.PreviewPager;
import com.android.wallpaper.R;
import com.android.wallpaper.asset.Asset;
import com.android.wallpaper.asset.ContentUriAsset;
@@ -53,6 +52,7 @@ import com.android.wallpaper.model.WallpaperInfo;
import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
import com.android.wallpaper.module.InjectorProvider;
import com.android.wallpaper.picker.ToolbarFragment;
+import com.android.wallpaper.widget.PreviewPager;
import com.bumptech.glide.Glide;
import com.bumptech.glide.request.RequestOptions;