summaryrefslogtreecommitdiff
path: root/src/com/android/customization/picker/preview
diff options
context:
space:
mode:
authorCatherine Liang <cathliang@google.com>2023-09-22 20:45:40 +0000
committerCatherine Liang <cathliang@google.com>2023-09-26 15:04:33 +0000
commit0480606949dbe0d888be82c53ffea0f978630cab (patch)
treeed3819ff8ebbedbcaaf2e1e0ac0d5c3401c4001e /src/com/android/customization/picker/preview
parent7bc38d807446c85aae78ee824ee93d1925630d08 (diff)
downloadThemePicker-0480606949dbe0d888be82c53ffea0f978630cab.tar.gz
Move wallpaper colors files (2/3)
Move WallpaperColorsRepository and WallpaperColorsModel to a better location, consistent with other files. Bug: 269451870 Test: manually verified wallpaper colors related features function correctly Change-Id: Ifb7d95df73f12d1823664b3a93f177cd0cff934f
Diffstat (limited to 'src/com/android/customization/picker/preview')
-rw-r--r--src/com/android/customization/picker/preview/ui/section/PreviewWithClockCarouselSectionController.kt2
-rw-r--r--src/com/android/customization/picker/preview/ui/section/PreviewWithThemeSectionController.kt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/customization/picker/preview/ui/section/PreviewWithClockCarouselSectionController.kt b/src/com/android/customization/picker/preview/ui/section/PreviewWithClockCarouselSectionController.kt
index 8ec570e1..eb25af7a 100644
--- a/src/com/android/customization/picker/preview/ui/section/PreviewWithClockCarouselSectionController.kt
+++ b/src/com/android/customization/picker/preview/ui/section/PreviewWithClockCarouselSectionController.kt
@@ -42,10 +42,10 @@ import com.android.customization.picker.color.domain.interactor.ColorPickerInter
import com.android.wallpaper.R
import com.android.wallpaper.model.CustomizationSectionController
import com.android.wallpaper.model.CustomizationSectionController.CustomizationSectionNavigationController
-import com.android.wallpaper.model.WallpaperColorsRepository
import com.android.wallpaper.model.WallpaperPreviewNavigator
import com.android.wallpaper.module.CurrentWallpaperInfoFactory
import com.android.wallpaper.module.CustomizationSections
+import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository
import com.android.wallpaper.picker.customization.domain.interactor.WallpaperInteractor
import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewClickView
import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
diff --git a/src/com/android/customization/picker/preview/ui/section/PreviewWithThemeSectionController.kt b/src/com/android/customization/picker/preview/ui/section/PreviewWithThemeSectionController.kt
index d7c1fd82..0edc216c 100644
--- a/src/com/android/customization/picker/preview/ui/section/PreviewWithThemeSectionController.kt
+++ b/src/com/android/customization/picker/preview/ui/section/PreviewWithThemeSectionController.kt
@@ -25,10 +25,10 @@ import com.android.customization.model.themedicon.domain.interactor.ThemedIconIn
import com.android.customization.picker.color.domain.interactor.ColorPickerInteractor
import com.android.customization.picker.preview.ui.viewmodel.PreviewWithThemeViewModel
import com.android.wallpaper.R
-import com.android.wallpaper.model.WallpaperColorsRepository
import com.android.wallpaper.model.WallpaperPreviewNavigator
import com.android.wallpaper.module.CurrentWallpaperInfoFactory
import com.android.wallpaper.module.CustomizationSections
+import com.android.wallpaper.picker.customization.data.repository.WallpaperColorsRepository
import com.android.wallpaper.picker.customization.domain.interactor.WallpaperInteractor
import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
import com.android.wallpaper.picker.customization.ui.viewmodel.CustomizationPickerViewModel