Home
last modified time | relevance | path

Searched refs:sectionControllers (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/module/
H A DDefaultCustomizationSections.java36 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getAllSectionControllers() local
39 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
45 sectionControllers.add(new DarkModeSectionController(activity, in getAllSectionControllers()
49 sectionControllers.add(new ThemedIconSectionController( in getAllSectionControllers()
54 sectionControllers.add(new GridSectionController( in getAllSectionControllers()
57 return sectionControllers; in getAllSectionControllers()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPickerSections.java30 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getAllSectionControllers() local
32 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
37 return sectionControllers; in getAllSectionControllers()