Searched refs:sectionControllers (Results 1 – 2 of 2) sorted by relevance
36 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getAllSectionControllers() local39 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()
30 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getAllSectionControllers() local32 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()37 return sectionControllers; in getAllSectionControllers()