Home
last modified time | relevance | path

Searched refs:getSectionControllersForScreen (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCustomizationSections.kt19 override fun getSectionControllersForScreen( in getSectionControllersForScreen() method in com.android.wallpaper.testing.TestCustomizationSections
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DCustomizationSections.java47 List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method
DWallpaperPickerSections.java28 public List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method in WallpaperPickerSections
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java92 public List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method in DefaultCustomizationSections
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java341 return sections.getSectionControllersForScreen( in getSectionControllers()