Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java110 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getSectionControllersForScreen() local
113 sectionControllers.add( in getSectionControllersForScreen()
147 sectionControllers.add( in getSectionControllersForScreen()
169 sectionControllers.add( in getSectionControllersForScreen()
179 sectionControllers.add( in getSectionControllersForScreen()
188 sectionControllers.add(new MoreSettingsSectionController()); in getSectionControllersForScreen()
193 sectionControllers.add( in getSectionControllersForScreen()
203 sectionControllers.add( in getSectionControllersForScreen()
209 sectionControllers.add( in getSectionControllersForScreen()
218 return sectionControllers; in getSectionControllersForScreen()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPickerSections.java44 List<CustomizationSectionController<?>> sectionControllers = new ArrayList<>(); in getSectionControllersForScreen() local
46 sectionControllers.add( in getSectionControllersForScreen()
59 sectionControllers.add( in getSectionControllersForScreen()
66 return sectionControllers; in getSectionControllersForScreen()