Home
last modified time | relevance | path

Searched refs:ScreenPreviewSectionController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPickerSections.java16 import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController;
44 new ScreenPreviewSectionController( in getRevampedUISectionControllersForScreen()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithClockCarouselSectionController.kt36 import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
54 ScreenPreviewSectionController(
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java41 import com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController;
119 : new ScreenPreviewSectionController( in getRevampedUISectionControllersForScreen()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt51 open class ScreenPreviewSectionController( in <lambda>() class