commit | e6571e6d719944d3e3a76f0fc82c6a1b813f7685 | [log] [tgz] |
---|---|---|
author | George Lin <giolin@google.com> | Mon Dec 11 22:00:16 2023 +0000 |
committer | George Lin <giolin@google.com> | Tue Dec 12 15:43:29 2023 +0000 |
tree | 56da2cbe6b60d177bd4773350293fdf74483bc2d | |
parent | 2584e8fe181cd029f281ce522ce8cbecf8cf32cf [diff] |
Renaming WhichPreview following the camal case (2/3) Test: Build success Bug: 315850406 Flag: ACONFIG com.android.wallpaper.multi_crop_preview_ui_flag DEVELOPMENT Change-Id: If7c143c2d2c887cd941aedbfdf874aeac7277638
diff --git a/src/com/android/customization/picker/WallpaperPreviewer.java b/src/com/android/customization/picker/WallpaperPreviewer.java index d74bfae..18bc89c 100644 --- a/src/com/android/customization/picker/WallpaperPreviewer.java +++ b/src/com/android/customization/picker/WallpaperPreviewer.java
@@ -241,7 +241,7 @@ () -> mFadeInScrim.setVisibility(View.INVISIBLE)); } } - }, mWallpaperSurface, WallpaperConnection.WHICH_PREVIEW.PREVIEW_CURRENT); + }, mWallpaperSurface, WallpaperConnection.WhichPreview.PREVIEW_CURRENT); mWallpaperConnection.setVisibility(true); mHomePreview.post(() -> {